Created
June 19, 2017 12:06
-
-
Save luizcarraro/6081133c2288b34c792aa38c7472b3dd to your computer and use it in GitHub Desktop.
Framework7 Ember initializer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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