Files
angular.js/test
Lucas Galfasó d23c1453cd fix($timeout): make $flush handle new $timeouts added in $timeout callbacks
If a $timeout handler calls $timeout itself, this new $timeout should be
added to the mock deferred queue with a "now" time based on when the original
handler was triggered.

Previously it was being added with a now time of when the `$timeout.flush`
method was originally called.

Closes #5420
Closes #14686
2016-05-27 16:17:10 +01:00
..
2016-03-16 09:15:21 +00:00
2016-03-16 09:15:21 +00:00
2016-03-16 09:15:21 +00:00
2016-05-24 18:12:12 +02:00