About us page.

This is simple angular ng-view and ng-route tutorial to demonstrate single page web app development.

This is executed because of this code.

     
       .when('/about',{
             templateURl: 'about.html'
       })
     
   

Read tutorial