[API] Obey strict DI from FormController

This commit is contained in:
Victor Woeltjen
2016-01-08 09:42:38 -08:00
parent 2b4d6c111c
commit 1443ab61e3

View File

@ -66,7 +66,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: {