mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
iOS 7 detection and removed console log
This commit is contained in:
@@ -120,7 +120,6 @@ angular.module('ionic.ui.slideBox', [])
|
||||
};
|
||||
|
||||
$scope.$watch('currentSlide', function(v) {
|
||||
console.log('Current slide', v);
|
||||
selectPage(v);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user