[Windowing] urlService

Added the urlService to the unit
tests for the cancel and save buttons
also removed unused services. WTD 23.
This commit is contained in:
Shivam Dave
2015-06-25 14:07:02 -07:00
parent 6d28add055
commit 3a371483ab
5 changed files with 27 additions and 11 deletions

View File

@@ -67,7 +67,7 @@
"implementation": "actions/SaveAction.js",
"name": "Save",
"description": "Save changes made to these objects.",
"depends": [ "$location", "urlService", "navigationService" ],
"depends": [ "$location", "urlService" ],
"priority": "mandatory"
},
{
@@ -76,7 +76,7 @@
"implementation": "actions/CancelAction.js",
"name": "Cancel",
"description": "Discard changes made to these objects.",
"depends": [ "$log", "$location", "urlService", "navigationService" ]
"depends": [ "$location", "urlService" ]
}
],
"policies": [