Getting rid of flexbox changes

This commit is contained in:
Max Lynch
2013-12-03 13:28:27 -06:00
parent d514eaa323
commit d030e3317d
4 changed files with 53 additions and 103 deletions

View File

@@ -152,8 +152,6 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
transclude(childScope, function(clone) {
childElement = clone;
clone.addClass('sub-pane');
$animate.enter(clone, $element.parent(), $element);
if($scope.title) {