Have been playing around with Ember.js quite a bit lately and it’s been real good fun. I have been trying to put together a PhoneGap/Cordova based Android app, for the awesome, open source, continuous integration application - Travis-CI. It is really in its pre-natal stages, but you could see whatever I’ve been doing here.
And I implemented a splash screen for that app using the below technique.
1 | var App = Ember.Application.createWithMixins({ |
These are the versions of jQuery, Ember and Handlebars this was tested with:
1 | DEBUG: ------------------------------- |
You could find this in action on jsfiddle.
Please leave a comment if you found this useful! :)