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