docs(slideBox): add comment about attachSlide

This commit is contained in:
Andrew
2014-10-08 16:10:51 -06:00
parent 7d2945f95d
commit 2dafeea08f

View File

@@ -7,6 +7,7 @@ function(scope, element, $q) {
var self = this;
scope.$on('$destroy', function() {
// Re-attach the element so it can be properly removed
attachSlide();
});
element.on(ionic.CSS.TRANSITIONEND, onTransitionEnd);