mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
[API] Obey strict DI from FormController
This commit is contained in:
parent
2b4d6c111c
commit
1443ab61e3
@ -66,7 +66,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