I add this link tag <a href="#/pendingJobs"> And in Js wrote this type of when function 
.when("/pendingJobs", {
    templateUrl : 'jobsPending.php',
    controller : 'appCtrl'
})
But when i click on link it create a url like that /#%2FpendingJobsdue to this linking problem .when("/pendingJobs" is not working..
