var scope = angular.element($(".appoint_form_div")).scope();
scope.$apply(function() {
$scope.total_hours = dataService.convertMinutesToStr(total_duration);
});
scope.$apply(function() {
$scope.total_hours = dataService.convertMinutesToStr(total_duration);
});
0 comments:
Post a Comment