mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Removed debugging messages
This commit is contained in:
@ -83,7 +83,6 @@ angular.module('ionic.ui', [])
|
||||
}, $element[0]);
|
||||
|
||||
$scope.$watch('contentTranslateX', function(value) {
|
||||
console.log('Translate X changing', value);
|
||||
$element[0].style.webkitTransform = 'translate3d(' + value + 'px, 0, 0)';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user