3.4 fix album link

This commit is contained in:
Trevor Squillario 2014-05-02 19:06:32 -04:00
parent fb989567cc
commit ffa8f67835
4 changed files with 39 additions and 26 deletions

View file

@ -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(),