We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
I have just downloaded and run this project and all seems to work well except when trying to add a new session, speaker.
Output from Chrome Developer tools is below:
Info: Validators created and registered null angular.js:11715 Info: Validators applied null angular.js:11715 Info: Retrieved lookups Object {results: Array[1], query: ctor, entityManager: ctor, httpResponse: Object, inlineCount: undefined} angular.js:11715 Info: Retrieved [Speaker Partials] from remote data source 36 angular.js:11715 Info: Primed data Object {rooms: Array[36], tracks: Array[11], timeslots: Array[36]} angular.js:11715 Success: CodeCamper loaded! null angular.js:11715 TypeError: getRequestedSession(...).then is not a function at activate (http://localhost:3001/app/session/sessiondetail.js:46:42) at new SessionDetail (http://localhost:3001/app/session/sessiondetail.js:37:9) at Object.invoke (http://localhost:3001/bower_components/angular/angular.js:4219:17) at jqNodes.$get.extend.instance (http://localhost:3001/bower_components/angular/angular.js:8525:21) at http://localhost:3001/bower_components/angular/angular.js:7771:13 at forEach (http://localhost:3001/bower_components/angular/angular.js:334:20) at nodeLinkFn (http://localhost:3001/bower_components/angular/angular.js:7770:11) at compositeLinkFn (http://localhost:3001/bower_components/angular/angular.js:7149:13) at publicLinkFn (http://localhost:3001/bower_components/angular/angular.js:7028:30) at $route.link (http://localhost:3001/bower_components/angular-route/angular-route.js:986:7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
I have just downloaded and run this project and all seems to work well except when trying to add a new session, speaker.
Output from Chrome Developer tools is below:
Info: Validators created and registered null
angular.js:11715 Info: Validators applied null
angular.js:11715 Info: Retrieved lookups Object {results: Array[1], query: ctor, entityManager: ctor, httpResponse: Object, inlineCount: undefined}
angular.js:11715 Info: Retrieved [Speaker Partials] from remote data source 36
angular.js:11715 Info: Primed data Object {rooms: Array[36], tracks: Array[11], timeslots: Array[36]}
angular.js:11715 Success: CodeCamper loaded! null
angular.js:11715 TypeError: getRequestedSession(...).then is not a function
at activate (http://localhost:3001/app/session/sessiondetail.js:46:42)
at new SessionDetail (http://localhost:3001/app/session/sessiondetail.js:37:9)
at Object.invoke (http://localhost:3001/bower_components/angular/angular.js:4219:17)
at jqNodes.$get.extend.instance (http://localhost:3001/bower_components/angular/angular.js:8525:21)
at http://localhost:3001/bower_components/angular/angular.js:7771:13
at forEach (http://localhost:3001/bower_components/angular/angular.js:334:20)
at nodeLinkFn (http://localhost:3001/bower_components/angular/angular.js:7770:11)
at compositeLinkFn (http://localhost:3001/bower_components/angular/angular.js:7149:13)
at publicLinkFn (http://localhost:3001/bower_components/angular/angular.js:7028:30)
at $route.link (http://localhost:3001/bower_components/angular-route/angular-route.js:986:7)
angular.js:11715 Error: [CC Error] getRequestedSession(...).then is not a function Object {exception: TypeError: getRequestedSession(...).then is not a function
at activate (http://localhost:3001/ap…, cause: "
The text was updated successfully, but these errors were encountered: