mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
sideMenu parent to use .view instead of .pane so translate3d is not applied
This commit is contained in:
@@ -39,7 +39,7 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
|
||||
}],
|
||||
replace: true,
|
||||
transclude: true,
|
||||
template: '<div class="pane" ng-transclude></div>'
|
||||
template: '<div class="view" ng-transclude></div>'
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user