0
votes
1answer
58 views

AngularJS route does not render the template

I have two controllers and I'm using the AngularJS $routeProvider to load multiple pages. When I click on the link from the first partial to go the second one, the second partial does not render, and ...
0
votes
2answers
87 views

What is the AngularJS way to do a client-side include, with route parameters?

Let's say that I have 2 pages in my AngularJS app, one which displays information about an author, and another that displays info about a book. I have a separate template file, controller, and route ...
0
votes
0answers
122 views

Can't get an AngularJS template to display

I am trying to walk through an Angular tutorial and having trouble with some basics. I have the following directory structure: index.html angular.min.js angular-route.js app views ...
6
votes
1answer
844 views

How to remove index.html from url on website based on angularjs

I didn't find a way to remove index.html from the url, because like this looks really ugly. mydomain.com/index.html#/myview1 mydomain.com/index.html#/myview2 Is there a way to remove that part, ...