I have searched for a similar question but the ones that came up seem slightly different. I am trying to change the ui-sref=\'\' of a link dynamically (this link points to t
Dynamic Link
$scope.getLinkUrl = function(value){
$state.go('My.State',{someParam:value});
}
It returns an object