This commit is contained in:
Szekeres Bálint
2018-11-19 09:03:13 +01:00
parent 7135602bd1
commit 97e0cda352
3 changed files with 6 additions and 2 deletions

View File

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