Skip to content
New issue

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

Can not run the demo locally #2

Open
aziz opened this issue Feb 24, 2014 · 1 comment
Open

Can not run the demo locally #2

aziz opened this issue Feb 24, 2014 · 1 comment

Comments

@aziz
Copy link

aziz commented Feb 24, 2014

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?

@tchatel
Copy link
Owner

tchatel commented Mar 2, 2014

I don't understand, there is no python server.

You can start Node.js in the base directory, with :

node scripts/web-server.js 8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants