[Creation] Use creation capability

...from creationService to initially instantiate a domain object
before persisting it.
This commit is contained in:
Victor Woeltjen
2015-11-05 15:13:33 -08:00
parent 474afdf8ef
commit 331b4e9259
2 changed files with 7 additions and 20 deletions

View File

@@ -159,7 +159,7 @@
"provides": "creationService",
"type": "provider",
"implementation": "creation/CreationService.js",
"depends": [ "persistenceService", "now", "$q", "$log" ]
"depends": [ "$q", "$log" ]
}
],
"runs": [