COMMITS
/ test/ng/rootScopeSpec.js June 16, 2018
G
feat(*): implement more granular pending task tracking
George Kalpakas committed
December 11, 2016
D
fix($rootScope): don't allow explicit digest calls to affect $evalAsync
Daniel Herman committed
April 3, 2018
J
test($rootScope): add tests clarifying $watchGroup oldValues behavior
Jason Bedard committed
December 5, 2017
J
test($rootScope): test recursive event broadcast and emit
Jason Bedard committed
J
revert: fix($rootScope): fix potential memory leak when removing scope listeners
Jason Bedard committed
August 9, 2017
J
fix($rootScope): fix potential memory leak when removing scope listeners
Jason Bedard committed
October 31, 2017
P
feat($rootScope): allow suspending and resuming watchers on scope
Peter Bacon Darwin committed
October 15, 2017
J
fix($rootScope): fix potential memory leak when removing scope listeners
Jason Bedard committed
August 3, 2017
J
test($rootScope): test removal of event listeners during event broadcast
Jason Bedard committed
May 10, 2017
J
test($rootScope): add $watch/$watchCollection/$watchGroup tests
Jason Bedard committed
January 29, 2017
J
fix($rootScope): provide correct value of one-time bindings in watchGroup
Jason Bedard committed
February 6, 2017
G
refactor($rootScope): remove extraneous call to `$parse` in `$evalAsync`
Georgii Dolzhykov committed
November 23, 2016
G
fix($rootScope): when adding/removing watchers during $digest
Georgios Kalpakas committed
November 18, 2016
M
chore(*): cleanup msie handling; add support comments
Michał Gołębiowski committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
April 29, 2016
T
perf($rootScope): make queues more efficient
thorn0 committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 31, 2016
L
fix($rootScope): Set no context when calling helper functions for $watch
Lucas Mirelmann committed
January 26, 2016
L
fix($parse): Preserve expensive checks when runnning $eval inside an expression
Lucas Mirelmann committed
December 11, 2015
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
October 28, 2015
P
test($rootScope): ensure that only child scopes are disconnected
Peter Bacon Darwin committed
May 1, 2015
P
fix($rootScope): stop IE9 memory leak when destroying scopes
Peter Bacon Darwin committed
September 7, 2015
June 19, 2015
L
fix($rootScope): don't clear phase if $apply is re-entered
Lucas Galfaso committed
November 4, 2014
D
perf($rootScope): remove history event handler when app is torn down
David Li committed
January 28, 2015
V
fix($rootScope): allow destroying a root scope
Vojta Jina committed
September 14, 2014
L
perf($scope): Add a property $$watchersCount to scope
Lucas Galfaso committed
L
refactor($scope): prevent multiple calls to listener on `$destroy`
Lucas Galfaso committed
January 15, 2015
R
test($rootScope) test the correct setting of the constructor in Internet Explorer 11
Rouven Weßling committed
December 9, 2014
S
feat($rootScope): allow passing `locals` argument to $evalAsync
Shahar Talmi committed
November 17, 2014
P
fix($rootScope): handle cyclic references in scopes when creating error messages
Peter Bacon Darwin committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 17, 2014
D
fix($rootScope.$on) check listener existense while deregistering
Dmytro Yarmak committed
H
style(*): enforce spaces after keywords, add spaces
Henry Zhu committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
September 13, 2014
J
perf($rootScope): moving internal queues out of the Scope instances
Jason Bedard committed
J
refactor($parse): change 'this' to a $parse keyword instead of scope field
Jason Bedard committed
September 25, 2014
P
feat(Scope): allow the parent of a new scope to be specified on creation
Peter Bacon Darwin committed
August 22, 2014
C
feat($rootScope): implement $applyAsync to support combining calls to $apply into a single digest.
Caitlin Potter committed
August 11, 2014
I
August 14, 2014
R
fix($watchGroup): call listener once when the watchExpressions array is empty
rodyhaddad committed
July 30, 2014
I
chore(Scope): remove deregisterNotifier feature for $watch
Igor Minar committed
I
chore(Scope): remove deregisterNotifier feature for $watch
Igor Minar committed
July 29, 2014
I
perf(Scope): use remove the need for the extra watch in $watchGroup
Igor Minar committed
August 8, 2014
J
revert perf(Scope): remove the need for the extra watch in $watchGroup
Jeff Cross committed
J
revert chore(Scope): remove deregisterNotifier feature for $watch
Jeff Cross committed