Skip to content

Commit 771b398

Browse files
committed
Merge branch 'snapBack'
2 parents 1858973 + 98b7c45 commit 771b398

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ionic.tdcards.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@
349349
leftText.style.opacity = 0;
350350
})
351351
.start();
352+
353+
$timeout(function() {
354+
$scope.onSnapBack();
355+
});
356+
352357
/*
353358
animateSpringViaCss(el, 0, 0.5, 50, 700, 10, function (x) {
354359
return el.style.transform = el.style.webkitTransform = 'translate3d(' + x + 'px,0,0)';

0 commit comments

Comments
 (0)