-
Notifications
You must be signed in to change notification settings - Fork 641
Description
I am unable to instantiate schema form.
I loaded scripts in the following order
angular.js
angular-sanitize.js
tv4.js
ObjectPath.js
schema-form.js
bootstrap-decorator.min.js
below is the error.
Error: [$injector:modulerr] Failed to instantiate module myApp due to:
[$injector:modulerr] Failed to instantiate module schemaForm due to:
[$injector:modulerr] Failed to instantiate module ObjectPath due to:
[$injector:nomod] Module 'ObjectPath' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.3.8/$injector/nomod?p0=ObjectPath
minErr/<@http://localhost:8000/media/js/libs/angular/angular.js:63:12
module/<@http://localhost:8000/media/js/libs/angular/angular.js:1764:1
ensure@http://localhost:8000/media/js/libs/angular/angular.js:1688:38
module@http://localhost:8000/media/js/libs/angular/angular.js:1762:1
loadModules/<@http://localhost:8000/media/js/libs/angular/angular.js:4094:22
forEach@http://localhost:8000/media/js/libs/angular/angular.js:323:11
loadModules@http://localhost:8000/media/js/libs/angular/angular.js:4078:5
loadModules/<@http://