Conversation
In my tests handler always evaluated to noop, so the function never got triggered. To get it working without an isolate scope, I used $apply() directly in the promise timeout function, which $eval()s its argument against the scope.
|
sounds like a scope issue, plunker ? |
|
lol, this is not what I call a running example. Seriously, what do you want me to do with a bunch of HTLM tags ? :) You'll see, often when people try to set up a real and clean plunker(or jsfiddle) to reproduce the issue...the issue disappear ! |
|
I had the same problem.. doesn't load anything. works perfectly (without ( )) Maybe I have to try this PR, but actually, everything works at the moment - even if I don't understand why. |
|
I can confirm: this PR fixed my issues. Please merge it. Angular 1.3.0 |
|
working absolutely fine. |
In my tests handler always evaluated to noop, so the function never got called.
To get it working without an isolate scope, I used $apply() directly in the promise timeout function, which $eval()s its argument against the scope.