mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Rename exposed service object to avoid naming conflict
This commit is contained in:
+2
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user