diff --git a/hacking/sideMenuAngular.html b/hacking/sideMenuAngular.html index 010be73545..fcde476c7a 100644 --- a/hacking/sideMenuAngular.html +++ b/hacking/sideMenuAngular.html @@ -1,7 +1,7 @@ - Nav Bars + Side Menus @@ -26,6 +26,11 @@

Left

+

Right

diff --git a/hacking/sideMenuAngular.js b/hacking/sideMenuAngular.js index 0656fb3b84..f094d40eb2 100644 --- a/hacking/sideMenuAngular.js +++ b/hacking/sideMenuAngular.js @@ -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)'; });