Added missing dependency on

This commit is contained in:
Henry
2016-02-26 16:34:07 -08:00
parent 2f036a89e4
commit 65ca78d8aa
2 changed files with 3 additions and 2 deletions

View File

@@ -94,7 +94,8 @@ define([
"key": "EditObjectController",
"implementation": EditObjectController,
"depends": [
"$scope"
"$scope",
"$location"
]
}
],