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 ...
0
votes
2answers
632 views

AngularJS and Laravel 4 routing conflict in HTML5 mode

I would like to remove the # hash from URLs using Angularjs' $locationProvider.html5Mode(true). Example: The address bar displays http://localhost/shop instead of http://localhost/#/shop. ...
0
votes
1answer
69 views

Removing # Character cause app doesn't work correctly in agular

i used index.html for master of my page and i have partial views with ng-view and $routeProvider. after i remove # character from the url (with html5mode) my app doesn't work with url ( except for ...
0
votes
1answer
1k views

Angularjs - one page application with stored JSON data for offline use

I'm looking into using AngularJS for an upcoming project but I am having difficulty getting my head around the views/routing, specifically for an app with only one page. The page consists of a form ...