Skip to content

Instantly share code, notes, and snippets.

@luizcarraro
Created June 19, 2017 12:06
Show Gist options
  • Save luizcarraro/6081133c2288b34c792aa38c7472b3dd to your computer and use it in GitHub Desktop.
Save luizcarraro/6081133c2288b34c792aa38c7472b3dd to your computer and use it in GitHub Desktop.
Framework7 Ember initializer
import Ember from 'ember';
export function initialize(container) {
return Ember.run.schedule('afterRender', function () {
new Framework7();
});
}
export default {
name: 'framework7',
initialize
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment