goinstant / goangular

AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
BSD 3-Clause "New" or "Revised" License
137 stars 30 forks source link

chore(model.js): #on/#off listener passed outside of opts obj #55

Closed colinmacdonald closed 10 years ago

colinmacdonald commented 10 years ago

Passing a listener to key#on/#off through the options object is being deprecated in GoInstant. This change will accept a listener as a third parameter to model#$on/$off.

mattcreager commented 10 years ago

LGTM!