ebryn / ember-ionic

Ember Components that use the Ionic project's CSS
MIT License
92 stars 14 forks source link

Start implementing JS-based Ionic components #4

Open ebryn opened 9 years ago

ebryn commented 9 years ago

Ionic is both a CSS framework & a set of AngularJS-based directives. I'd like to rebuild the AngularJS functionality using Ember best practices. We'll likely want to use HammerJS for touch event handling & Liquid Fire for animations.

JS-based components to implement, roughly in priority order:

Suven commented 9 years ago

Could you guide me to the commits regarding the side-menu? How do you wire it with a button?