dist build

This commit is contained in:
Adam Bradley
2014-01-10 15:13:16 -06:00
parent 7cbfcc18d8
commit 6d9dffe8e5
8 changed files with 8 additions and 11 deletions

View File

@@ -2090,7 +2090,6 @@ angular.module('ionic.ui.scroll', [])
sc.className = 'scroll';
if(attr.padding == "true") {
sc.classList.add('padding');
addedPadding = true;
}
if($scope.$eval($scope.paging) === true) {
sc.classList.add('scroll-paging');
@@ -3047,7 +3046,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
}
});
}
};
}
};