Fixed Outstanding issues from merge

This commit is contained in:
Henry
2016-01-14 18:51:53 -08:00
parent 7a563b80ee
commit 66e827de2e
2 changed files with 3 additions and 2 deletions

View File

@ -383,7 +383,8 @@ define([
"key": "instantiate", "key": "instantiate",
"implementation": Instantiate, "implementation": Instantiate,
"depends": [ "depends": [
"capabilityService" "capabilityService",
"identifierService"
] ]
} }
], ],

View File

@ -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: {