iOS 7 detection and removed console log

This commit is contained in:
Max Lynch
2013-12-17 11:53:49 -06:00
parent b4d88225e4
commit 3ca427501e
4 changed files with 10 additions and 4 deletions

View File

@@ -120,7 +120,6 @@ angular.module('ionic.ui.slideBox', [])
};
$scope.$watch('currentSlide', function(v) {
console.log('Current slide', v);
selectPage(v);
});
}