angular-js
angular-js copied to clipboard
Add parens to PubNub.ngHereNow call
Missing parens (found by a customer and reported to support).
PubNub.ngHereNow { channel: theChannel }
should be
PubNub.ngHereNow ({ channel: theChannel })