Hi All,
I am working on angular application, i am using asp.net mvc(not .html page).
in which i need dynamic menu + routing + i want to remove # from url.
how to use .cshtml page as templates?is it possible?
i am using angular 1.5.0
i already tried below mentioned solutions but its not working for me.
http://csharp-video-tutorials.blogspot.in/2016/02/remove-from-url-angularjs.html
(this solution working fine for html templates but not for cshtml)
http://stackoverflow.com/questions/25785579/is-angular-routing-template-url-support-for-cshtml-file-in-asp-net-mvc-5-projec
please let me know if any one has solution for this problem.
Many Thanks.