Slide 17
Slide 17 text
the js (2)
Mini.ApplicationController = Ember.Controller.extend({!
needs:['pubnub:main'],!
channel: 'The EmberJS Channel',!
new_message: '',!
user_id: user_id,!
...
• Create our ApplicationController
• Declare dependency on PubNub service
• Initialize channel name, new_message
and user_id