Gil Lopes Bueno
Gil Lopes Bueno
This implementation of watching new values isn't recommended, and I just realised it has a bug, probably will be remade in the next version. You should use like this: http://jsfiddle.net/1jwntatp/...
This is really useful, I will try to implement
No, I didn't even tried, I forgot about it, maybe I will try to fix, but no rush... I will accept pull requests
+1 :)
Sorry, I didn’t understood the difference between pristine and touch Em sex, 30 de mar de 2018 às 09:35, shiftlessatol escreveu: > Is it possible to add additional bool values...
This can be useful, do you think it may decrease the performance? Em dom, 1 de abr de 2018 às 13:37, shiftlessatol escreveu: > pristine = being that the originally...
Sadly we don't have this feature, really useful but hard to implement.
Have you tried passing the same callback as parameter? http://jsfiddle.net/wu0d1wbd/ ``` var obj = { phrase: "hey", name: "buddy", alert: function(){ alert(obj.phrase + " " + obj.name); }, alert2: function(){...
Are you using `npm install melanke-watchjs`? Can you try again?
@pegues maybe this is what you want: http://jsfiddle.net/XnbXS/21/ ``` //defining our object no matter which way we want var ex1 = { attr1: "initial value of attr1", attr2: "initial value...