[API] Obey strict DI from FormController
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user