Add compute service

This commit is contained in:
manzerbredes 2016-02-18 18:06:06 +01:00
parent f90968d920
commit d3047bb539
3 changed files with 34 additions and 3 deletions

View file

@ -3,8 +3,8 @@
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('homeCtrl', function ($scope)
mainApp.controller('homeCtrl', [ '$scope', 'Compute', function ($scope, Compute)
{
});
}]);