So I'm new to Angular and trying to figure out how multiple routes can lead to the same view/templateUrl and controller. Here is what I've written: angular .module('mwsApp', [
Solution 1:
You cant get rid of # in local development so you need to comment this line
Post a Comment for "Angularjs $routeprovider Doesn't Route Properly"