Removed view-full class on tabs, it was a noop

This commit is contained in:
Max Lynch
2013-11-19 16:21:51 -06:00
parent c3c1f39e88
commit 360e6f5b40
2 changed files with 0 additions and 2 deletions

View File

@ -26046,7 +26046,6 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
childScope = $scope.$new();
transclude(childScope, function(clone) {
childElement = clone;
childElement.addClass('view-full');
$animate.enter(clone, $element.parent(), $element);
if($scope.title) {

View File

@ -140,7 +140,6 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
childScope = $scope.$new();
transclude(childScope, function(clone) {
childElement = clone;
childElement.addClass('view-full');
$animate.enter(clone, $element.parent(), $element);
if($scope.title) {