Chapter 7 ■ ServiCeS and Server CommuniCation
return dateTimeSvc;
}).controller("MyController", function ($scope, dateTimeService) {
$scope.theDate = dateTimeService.getDate();
$scope.theTime = dateTimeService.getTime();
});
{{theDate}}
{{theTime}}
Chapter 7 ■ ServiCeS and Server CommuniCation
return dateTimeSvc;
}).controller("MyController", function ($scope, dateTimeService) {
$scope.theDate = dateTimeService.getDate();
$scope.theTime = dateTimeService.getTime();
});
{{theDate}}
{{theTime}}