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