[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Sander Elias
Hi Džejlan, Good to hear you figured it out!. Thanks for the feedback, it might just help someone having a similar problem! Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails

[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Džejlan Muharemović
Ok I figured it out I needed to add * in route so it looks now like this .when('/resetPassword/:code*', {//This * says to route to accept all characters in string even / title: "Reset password", controller: "passwordRecoveryCtrl", templateUrl:

[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Džejlan Muharemović
Hey Sander thanks for response I figured out what was problem but not how to solve it, as you can see in code above that ASP .NET Identity generated it has %2F that is URL Encode for / which makes problem because angular gets it like another parameter to route which doesn't exist.So I need to

[AngularJS] Re: AngularJS routing problem

2016-11-27 Thread Sander Elias
Hi Džejlan, It's hard to help you without code, and some more info on how you are getting the route loaded in your browser. This use case is well-supported by the router! Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" group. To