just a heads up, your tinder cards just don’t work with nightly, here’s a codepen where the only thing I changed from your original example is the ionic version
With the error : Error: [$compile:multidir] Multiple directives [ngController, tdCard] asking for new/isolated scope on:
Thanks @mhartington, but what about ng-controller then? I’d love to have a separate cardCtrl to use because my cards will be loaded on different states and I don’t want to duplicate code 3-4 times.
As a short term solution to get tinder cards working with the latest angular/ionic just comment out the ‘scope: true,’ from the ngControllerDirective in ionic.bundle.js.
Seems to have done the trick, but i’d rather not modify the ionic files.