I was doing some testing on an app, and I realized that calling .state() on a Deferred object seem to launch .done() callback again and again.
I produce a reduced test case here
http://jsfiddle.net/vaxilart/ajeGm/
I was wondering if this is a normal behavior or if I misunderstand something.
Thank you in advance !