[Create] #491 Locator is not visible when creating a new object where selected object does not have location

Added additional test for default context

Fixed JSLint error
This commit is contained in:
Henry
2016-01-21 15:59:50 -08:00
parent fcae3fd7a9
commit 54653f3914
3 changed files with 98 additions and 50 deletions

View File

@@ -117,7 +117,8 @@ define([
"implementation": LocatorController,
"depends": [
"$scope",
"$timeout"
"$timeout",
"objectService"
]
},
{