Click here to Skip to main content
16,004,778 members

Comments by K K Srinivasan (Top 1 by date)

K K Srinivasan 11-May-15 7:54am View    
Hi Kumbarbs,

Really thanks for your helping mind. Fortunately I was cleared the issue by myself. The real issue was routing mode such as Hashbang, HTML5. Since I don't want # in the URL.

When I used the below code the issue was resolved,

$locationProvider.html5Mode({enabled:true, requireBase:false});

But I'm in state of understanding how to give base url if we really want to use requireBase:true.

Can you help me into that?