do-web / jTinder

jTinder is a javascript library that makes rating people, products, images very easy and fast. It is optimized for mobile touch device but has also a desktop fallback.
GNU General Public License v2.0
235 stars 99 forks source link

Implementation in Angularjs #21

Open nyrnzn opened 8 years ago

nyrnzn commented 8 years ago

I have been trying to use this library on my Angularjs app. I couldn't figure out the work around this. Has anyone tried it? Is there someone who can help with the implementation of this library in an Angularjs app?

imrai14 commented 8 years ago

@nyrnzn: Yes I tried this plugin in Angular Js for Cordova Application, sometimes after swiping 40 or 50 cards it does not work smoothly it stops automatically. Implementation is simple just give the path in your index.html and customize the plugin according to your requirement in "Jquery.jtinder.js" file .

colouredFunk commented 7 years ago

@imrai14 Did you guys ever solve the performance issue?