diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

Angular.forEach and evalAsync #8

Closed z0d14c closed 10 years ago

z0d14c commented 10 years ago

the angular.forEach change was because model.forEach was causing Firefox 30 to crash.

The $rootScope.$evalAsync was because too many digest cycles were happening and it was crashing.

I don't know if these changes are necessary for everyone, but they were for me.

diegopamio commented 10 years ago

Thanks! this looks ok to me, I'll merge it right away.