Slide 16
Slide 16 text
the js (1)
angular.module('PubNubAngularApp', ["pubnub.angular.service"])!
.controller('ChatCtrl', function($rootScope, $scope, PubNub) {
• Create an AngularJS application
• Depend on pubnub.angular.service
• Create a controller
• Inject $rootScope, $scope, PubNub