balderdashy / angularSails

AngularJS bindings for Sails. http://angularjs.org
MIT License
184 stars 36 forks source link

.put() shortcut is not defined #69

Closed ziacik closed 9 years ago

ziacik commented 9 years ago

The put() shortcut is not defined. Instead, post() shortcut is defined twice.

robwormald commented 9 years ago

not actually the case, see https://github.com/balderdashy/angularSails/blob/master/src/socket.js#L603-L633

if you're looking at the angular-sails-io file, that's a legacy implementation i really need to remove from the code base, so thanks for the reminder.