https://github.com/palashmon/angularjs-app-2
Simplest case example of an AngularJS app using angular-route
https://github.com/palashmon/angularjs-app-2
angularjs basic-learning
Last synced: 5 days ago
JSON representation
Simplest case example of an AngularJS app using angular-route
- Host: GitHub
- URL: https://github.com/palashmon/angularjs-app-2
- Owner: palashmon
- Created: 2017-01-08T07:50:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T18:19:00.000Z (about 9 years ago)
- Last Synced: 2026-01-13T06:56:42.778Z (3 months ago)
- Topics: angularjs, basic-learning
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS App 2
Simplest case example of an AngularJS app using angular-route.
It loads muliple pages in same div using ng-template, and all of the pages are in different places not in same page.
Single page application (SPA) is a web application that fits on a single page.
All our code (JS, HTML, CSS) is retrieved with a single page load.
And navigation between pages performed without refreshing the whole page.
## Note
Please add the application to IIS server or any webserver you have with any name,
other wise it wont work and it would give some CORS error if you try to lauch it directly using index.html
Thanks!