You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a hard time playing with the demo app of yours.
just cloned it and run the simple python server of the app directory.
on the browser I'm getting the below error no matter what route I'm in
TypeError: Cannot read property 'current' of undefined
at update (http://localhost:8886/lib/angular/angular-route.js:820:30)
at http://localhost:8886/lib/angular/angular-route.js:806:9
at nodeLinkFn (http://localhost:8886/lib/angular/angular.js:5435:13)
at compositeLinkFn (http://localhost:8886/lib/angular/angular.js:4899:15)
at compositeLinkFn (http://localhost:8886/lib/angular/angular.js:4914:13)
at compositeLinkFn (http://localhost:8886/lib/angular/angular.js:4914:13)
at publicLinkFn (http://localhost:8886/lib/angular/angular.js:4819:30)
at http://localhost:8886/lib/angular/angular.js:1188:27
at Scope.$eval (http://localhost:8886/lib/angular/angular.js:10699:28)
at Scope.$apply (http://localhost:8886/lib/angular/angular.js:10796:23) <!-- ngView: undefined -->
any idea?
The text was updated successfully, but these errors were encountered:
I'm having a hard time playing with the demo app of yours.
just cloned it and run the simple python server of the app directory.
on the browser I'm getting the below error no matter what route I'm in
any idea?
The text was updated successfully, but these errors were encountered: