Answer the question
In order to leave comments, you need to log in
Why don't links work as I expected when using Angular?
<div class="row message-wrapper">
<div class="col s12 l10">
<a ng-href="" ng-bind="msg.User.Name"></a>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
This framework is designed to create SPA applications, by default it resets default behaviors for links, unfortunately I am not very familiar with this framework.
Alternatively, you can do this:
and in the controller
$scope.myCustomRedirect = function(url){
location.href = url;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question