Chris Stephens

Results 3 issues of Chris Stephens

The todo "refactor, temp fix for issue #22" causes an issue where ng-form is not respected. I'm fixing it on my fork by doing something like: ``` while(count < 3...

Updated move method to escape if a user has touch and swipes pass the swipeable area. Otherwise it caused the page buffer to load a blank page. bug 37

I ran into this while using js-data which uses mindex For example: https://github.com/internalfx/mindex/blob/master/src/mindex.js#L89 in the getAll method this loop continuously creates new arrays using concat and was taking around 80ms...