Imported MEAN stack files
This commit is contained in:
3
public/js/controllers/index.js
Executable file
3
public/js/controllers/index.js
Executable file
@@ -0,0 +1,3 @@
|
||||
angular.module('mean.system').controller('IndexController', ['$scope', 'Global', function ($scope, Global) {
|
||||
$scope.global = Global;
|
||||
}]);
|
Reference in New Issue
Block a user