This commit is contained in:
Max Lynch
2013-11-25 14:36:47 -06:00
parent a156e5eba5
commit a8bb330c82
5 changed files with 13 additions and 15 deletions

View File

@@ -31,10 +31,8 @@ angular.module('ionic.service.actionSheet', ['ionic.service.templateLoad', 'ioni
}
});
$timeout(function() {
$animate.removeClass(element, 'active', function() {
scope.$destroy();
});
$animate.removeClass(element, 'active', function() {
scope.$destroy();
});
};