Skip to content

Simplest case example of an AngularJS app using angular-route

Notifications You must be signed in to change notification settings

palashmon/AngularJS-App-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Simplest case example of an AngularJS app using angular-route

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published