Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. initialize = (ctn, app) ->
  2. app.inject "component", "store", "store:main"
  3.  
  4. ComponentStoreInitializer =
  5. name: 'component-store'
  6. initialize: initialize
  7.  
  8. # Then, wherever you're creating your app, do the following:
  9.  
  10. Ember.Application.initializer ComponentStoreInitializer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement