ionicLoading directive cleanup

This commit is contained in:
Ulrich Sossou
2013-11-23 13:45:31 +01:00
parent 223ba810c8
commit b89274a5ca
2 changed files with 0 additions and 6 deletions

View File

@@ -24918,9 +24918,6 @@ angular.module('ionic.ui.loading', [])
replace: true,
transclude: true,
link: function($scope, $element){
$scope.$on('$destroy', function() {
$element.remove();
});
$element.addClass($scope.animation || '');
},
template: '<div class="loading-backdrop" ng-class="{enabled: showBackdrop}">' +

View File

@@ -9,9 +9,6 @@ angular.module('ionic.ui.loading', [])
replace: true,
transclude: true,
link: function($scope, $element){
$scope.$on('$destroy', function() {
$element.remove();
});
$element.addClass($scope.animation || '');
},
template: '<div class="loading-backdrop" ng-class="{enabled: showBackdrop}">' +