COMMITS
/ test/AngularSpec.js February 17, 2016
G
fix(copy): add support for copying `Blob` objects
Georgios Kalpakas committed
January 7, 2016
G
fix(isArrayLike): recognize empty instances of an Array subclass
Georgios Kalpakas committed
June 9, 2015
J
perf(copy): only validate/clear user specified destination
Jason Bedard committed
November 3, 2015
G
perf(merge): remove unnecessary wrapping of jqLite element
Georgios Kalpakas committed
November 2, 2015
P
test(merge): fix check on jquery object
Peter Bacon Darwin committed
P
fix(merge): ensure that jqlite->jqlite and DOM->DOM
Peter Bacon Darwin committed
July 7, 2015
L
fix(merge): clone elements instead of treating them like simple objects
luckylooke committed
October 26, 2015
L
fix(isArrayLike): handle jQuery objects of length 0
Lucas Galfaso committed
November 8, 2013
J
fix(Angular.js): fix `isArrayLike` for unusual cases
Jack Viers committed
September 9, 2015
P
fix(angular.copy): support copying XML nodes
Peter Bacon Darwin committed
July 15, 2015
J
fix(Angular): allow unescaped `=` signs in values in `parseKeyValue`
Jochen Niebuhr committed
P
fix(ngCsp): allow CSP to be configurable
Peter Bacon Darwin committed
July 23, 2015
S
fix(merge): regExp should not be treated as a objects when merging.
Sreenivasan K committed
April 24, 2015
G
fix(merge): treat dates as atomic values instead of objects.
Gabriel Monteagudo committed
February 21, 2015
J
fix(copy): do not copy the same object twice
Jason Bedard committed
May 5, 2015
C
fix(ngClass): add/remove classes which are properties of Object.prototype
Caitlin Potter committed
December 18, 2014
C
feat(angular.merge): provide an alternative to `angular.extend` that merges 'deeply'
Caitlin Potter committed
February 27, 2015
P
fix(Angular): properly compare RegExp with other objects for equality
Pawel Kozlowski committed
January 15, 2015
M
feat(ng-jq): adds the ability to force jqLite or a specific jQuery version
Michel Boudreau committed
January 14, 2015
J
fix(angular.copy): support copying %TypedArray%s
Justin Schiff committed
R
refactor(Angular): inline the only call to sortedKeys()
Rouven Weßling committed
January 28, 2015
December 2, 2014
C
refactor(toJson): remove breaking change from previous CL
Caitlin Potter committed
C
test(toJson): add extra test cases for new `pretty` behaviour
Caitlin Potter committed
December 1, 2014
P
revert: fix(Angular.js): toKeyValue is not serializing null values
Peter Bacon Darwin committed
April 3, 2014
J
fix(Angular.js): toKeyValue is not serializing null values
Josh Kurz committed
November 22, 2014
P
fix(Angular): properly get node name for svg element wrapper
Pawel Kozlowski committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 19, 2014
R
refact(Angular.js) remove unused functions
Rouven Weßling committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
October 17, 2014
H
style(*): enforce spaces after keywords, add spaces
Henry Zhu committed
S
refactor(Angular): removed redundant test
Shahar Talmi committed
August 29, 2014
L
chore(IE8): remove all special code for IE8
Lucas Galfaso committed
June 15, 2014
J
feat(angular.forEach): add the array/object as the 3rd param like the native array forEach
Jason Bedard committed
August 26, 2014
V
refactor: remove doReload arg used only for testing
Vojta Jina committed
August 23, 2014
P
feat: add angular.reloadWithDebugInfo()
Peter Bacon Darwin committed
August 21, 2014
S
fix(Angular): make Date comparison in equals() NaN-aware
Sekib Omazic committed
C
fix(copy): clear array destinations correctly for non-array sources
Caitlin Potter committed
August 20, 2014
J
fix(minErr): encode btstrpd error input to strip angle brackets
Jeff Cross committed
August 7, 2014
C
fix(forEach): match behaviour of Array.prototype.forEach (ignore missing properties)
Caitlin Potter committed
August 8, 2014
I
perf: speed up shallowCopy and special case Attributes cloning
Igor Minar committed
July 28, 2014
J
fix($location): add semicolon to whitelist of delimiters to unencode
Jeff Cross committed
July 25, 2014
S
fix(angular.copy): clone regexp flags correctly
Shahar Talmi committed
July 11, 2014
L
refactor(bootstrap): Remove support for old bootstrap mechnanisms
Lucas Galfaso committed
July 14, 2014
I
fix(csp): fix autodetection of CSP + better docs
Igor Minar committed
July 3, 2014
C
fix(parseKeyValue): ignore properties in prototype chain.
Caitlin Potter committed
November 21, 2013
J
fix(Angular.copy): preserve prototype chain when copying objects
Julien Sanchez committed
November 13, 2013
Y
fix(Angular): nodeName should always be lowercase
Yuri Sulyma committed
June 12, 2014
R
test(isWindow): add tests for isWindow
rodyhaddad committed