Add compute service
This commit is contained in:
parent
f90968d920
commit
d3047bb539
3 changed files with 34 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
||||
});
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue