File Structure and URL in AngularJS -
problem question:
currently learning angularjs , when launch app on localhost, see url such
http://localhost:9000/public/index.html#/login
is there way rid of index.html url? . want have same url of production, know working. want url like
http://localhost:9000/login
my directory construction
app name --public --src --modules --index.html --app.js
is can done on localhost?
thanks
angularjs url
No comments:
Post a Comment