mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
Fixed Outstanding issues from merge
This commit is contained in:
@ -383,7 +383,8 @@ define([
|
|||||||
"key": "instantiate",
|
"key": "instantiate",
|
||||||
"implementation": Instantiate,
|
"implementation": Instantiate,
|
||||||
"depends": [
|
"depends": [
|
||||||
"capabilityService"
|
"capabilityService",
|
||||||
|
"identifierService"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -64,7 +64,7 @@ define(
|
|||||||
templateUrl: templatePath,
|
templateUrl: templatePath,
|
||||||
|
|
||||||
// Use FormController to populate/respond to changes in scope
|
// Use FormController to populate/respond to changes in scope
|
||||||
controller: FormController,
|
controller: [ '$scope', FormController ],
|
||||||
|
|
||||||
// Initial an isolate scope
|
// Initial an isolate scope
|
||||||
scope: {
|
scope: {
|
||||||
|
Reference in New Issue
Block a user