-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I am using this with ionic and getting the following errors:
Error: [$compile:nonassign] Expression 'undefined' in attribute 'options' used with directive 'fullPage' is non-assignable!
TypeError: Cannot set property 'afterRender' of undefined
at sanatizeOptions (angular-fullpage.js:59)
at rebuild (angular-fullpage.js:45)
at Scope.$digest (ionic.bundle.js:30239)
at Scope.$apply (ionic.bundle.js:30503)
at done (ionic.bundle.js:24824)
at completeRequest (ionic.bundle.js:25022)
at XMLHttpRequest.requestLoaded (ionic.bundle.js:24963)
Error: [$compile:nonassign] Expression 'undefined' in attribute 'options' used with directive 'fullPage' is non-assignable!
http://errors.angularjs.org/1.5.3/$compile/nonassign?p0=undefined&p1=options&p2=fullPage
at ionic.bundle.js:13438
at parentSet (ionic.bundle.js:23054)
at parentValueWatch (ionic.bundle.js:23067)
at regularInterceptedExpression (ionic.bundle.js:28789)
at Scope.$digest (ionic.bundle.js:30230)
at Scope.$apply (ionic.bundle.js:30503)
at done (ionic.bundle.js:24824)
at completeRequest (ionic.bundle.js:25022)
at XMLHttpRequest.requestLoaded (ionic.bundle.js:24963)(anonymous function) @ ionic.bundle.js:26794(anonymous function) @ ionic.bundle.js:23507$digest @ ionic.bundle.js:30257$apply @ ionic.bundle.js:30503done @ ionic.bundle.js:24824completeRequest @ ionic.bundle.js:25022requestLoaded @ ionic.bundle.js:24963
Anybody else had this issue?