Merge pull request #190 from sorich87/ionicLoading-cleanup

ionicLoading directive cleanup
This commit is contained in:
Max Lynch
2013-11-23 16:35:33 -08:00
2 changed files with 0 additions and 6 deletions

View File

@@ -24914,9 +24914,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}">' +