|
|
@ -201,6 +201,10 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$scope.getUrl = function() {
|
|
|
|
|
|
|
|
return $location.absUrl().replace(/#.*$/, '');
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
$scope.setDataFromHash = function() {
|
|
|
|
$scope.setDataFromHash = function() {
|
|
|
|
var hashData = $location.search();
|
|
|
|
var hashData = $location.search();
|
|
|
|
|
|
|
|
|
|
|
|