Search code examples
angularjsember.jshandlebars.jsonsen-ui

Using Onsen UI with an ember app


I have built an app with Ember.js and Cordova which runs perfectly on newer devices, but is laggy on older devices.

Onsen UI works perfectly for my needs, however it is designed around Angular and I am not sure if it is even possible to implement it with Ember. (I have tried to no avail).

I have looked for using Ember and Angular together, however all I found was Angular vs. Ember debates.

The forum page of Onsen UI asks visitors to post on Stack Overflow.

I am looking for guidance on how to implement Onsen UI with Ember/Handlebars.

This is the particular demo I want to utilize http://onsenui.io/OnsenUI/demo/sliding_menu/


Solution

  • Ember and Angular are mutually exclusive and should not (and probably cannot) be used together. There are parts of OnsenUI that can be reused like the stylesheets but it'll be a lot of work since Angular uses directives that can be styled too.