3.4 fix album link
This commit is contained in:
parent
fb989567cc
commit
ffa8f67835
4 changed files with 39 additions and 26 deletions
|
@ -356,6 +356,9 @@ function AppCtrl($scope, $rootScope, $document, $window, $location, $cookieStore
|
|||
$scope.isActive = function (route) {
|
||||
return route === $location.path();
|
||||
};
|
||||
$rootScope.getSplitPosition = function (scope, elm) {
|
||||
alert(elm.getBoundingClientRect().left);
|
||||
};
|
||||
$scope.getMusicFolders = function () {
|
||||
$.ajax({
|
||||
url: globals.BaseURL() + '/getMusicFolders.view?' + globals.BaseParams(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue