WW-4522 Support latest stable AngularJS version in maven angularjs archetype

- Rename exposed service object to avoid naming conflict
This commit is contained in:
Johannes Geppert
2015-07-11 10:44:49 +02:00
parent f200a84a8a
commit 9ef3aba047
@@ -33,11 +33,11 @@
};
/** The DataService with all public methods */
var DataService = {
var service = {
getProjects: getProjects
};
return DataService;
return service;
/** Get all projects */
function getProjects() {