我正在使用Angular Js,在社交分享按钮的视图部分中,我想获得当前ui-router状态的完整URL。
我这样做但没有成功`
angular.module('frontendApp').controller('detailCtrl', ['$scope','$stateParams','$location',
function($scope,$stateParams,$location) {
}]);
`

<a href="http://www.facebook.com/sharer.php?u= $location.absUrl();" target="_blank">
<img title="Facebook" alt="Facebook" src="https://simplesharebuttons.com/images/somacro/facebook.png" width="35" height="35" />
</a>
&#13;