initial
This commit is contained in:
9
js/services.js
Executable file
9
js/services.js
Executable file
@@ -0,0 +1,9 @@
|
||||
angular.module('app.services', [])
|
||||
|
||||
.factory('BlankFactory', [function(){
|
||||
|
||||
}])
|
||||
|
||||
.service('BlankService', [function(){
|
||||
|
||||
}]);
|
||||
Reference in New Issue
Block a user