COMMITS
/ test/ng/intervalSpec.js March 13, 2018
G
fix($interval): throw when trying to cancel non-$interval promise
George Kalpakas committed
July 3, 2017
J
fix($timeout/$interval): do not trigger a digest on cancel
Jason Bedard committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
November 5, 2015
L
refactor($interval): do not use `notify` to trigger the callback
Lucas Mirelmann committed
September 12, 2015
L
refactor(*): use `isDefined` and `isUndefined` consistently
lucastetreault committed
January 22, 2015
G
feat($interval): pass additional arguments to the callback
gdi2290 committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 20, 2014
H
style(*): add validateParameterSeparator rule to jscs
Henry Zhu committed
June 28, 2014
R
test($interval): add tests making sure $interval uses the methods from $window
rodyhaddad committed
June 26, 2014
C
fix($timeout/$interval): if invokeApply is false, do not use evalAsync
Caitlin Potter committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
February 13, 2014
C
style(tests): remove trailing comma in specs
Chia-liang Kao committed
September 13, 2013
J
feat($interval): add a service wrapping setInterval
Julie committed