chriswininger / FongPhone

GNU General Public License v2.0
1 stars 1 forks source link

Convert swipe to Angular Templates #44

Open chriswininger opened 8 years ago

chriswininger commented 8 years ago

To do this we will also want to use the hammer js angular module

http://ryanmullins.github.io/angular-hammer/

chriswininger commented 8 years ago

.directive('swipeNavigator', function() { return { template: [ '', '', '', '', '', '', '', '', '', '', '', '', '' ].join() }; });