COMMITS
/ test/ng/compileSpec.js September 23, 2020
J
refactor(misc): remove usages of whitelist and blacklist
Joey Perrott committed
J
refactor(SanitizeUriProvider): remove usages of whitelist
Joey Perrott committed
December 6, 2018
M
fix(compile): properly handle false value for boolean attrs with jQuery
Michał Gołębiowski-Owczarek committed
October 24, 2018
P
fix(interpolate): do not create directives for constant media URL attributes
Pete Bacon Darwin committed
November 8, 2018
G
test($compile): fix incorrect markup in tests
George Kalpakas committed
June 26, 2018
J
feat($compile): add support for arbitrary DOM property and event bindings
Jason Bedard committed
May 26, 2018
G
fix($compile): support transcluding multi-element directives
George Kalpakas committed
May 17, 2018
J
feat($compile): add one-way collection bindings
Jason Bedard committed
March 22, 2018
M
fix($compile): throw error in $onChanges immediately
Martin Staffa committed
February 20, 2018
P
test(*): fix references to `tpload` minerr in tests
Pete Bacon Darwin committed
January 30, 2018
P
feat($sce): handle URL sanitization through the `$sce` service
Pete Bacon Darwin committed
January 17, 2018
M
fix(ngTransclude): remove terminal: true
Martin Staffa committed
November 17, 2017
D
fix($compile): sanitize special chars in directive name
Denys B committed
October 11, 2017
July 25, 2017
Z
feat($compile): add `strictComponentBindingsEnabled()` method
Zita Nemeckova committed
July 3, 2017
K
feat($compile): overload `.component()` to accept object map of components
ksvitkovsky committed
May 9, 2017
M
test(*): run class-related tests everywhere; fix eval syntax
Michał Gołębiowski committed
April 12, 2017
M
refactor(*): remove workarounds for IE <9, update IE/Edge-related comments
Michał Gołębiowski committed
March 21, 2017
J
test($compile): add test for #15833
Jason Bedard committed
August 20, 2014
M
fix(jqLite): make jqLite invoke jqLite.cleanData as a method
Michał Gołębiowski committed
M
test(jqLite): test not firing $destroy on jqLite.cleanData with jQuery UI
Michał Gołębiowski committed
March 6, 2017
M
fix($compile): remove the preAssignBindingsEnabled flag
Michał Gołębiowski committed
March 8, 2017
M
fix(Angular): remove `angular.lowercase` and `angular.uppercase`
Martin Staffa committed
February 21, 2017
R
feat($compile): lower the `xlink:href` security context for SVG's `a` and `image` elements
Raphael Jamet committed
January 20, 2017
G
fix($compile): do not swallow thrown errors in test
Georgios Kalpakas committed
January 27, 2017
J
perf($compile): do not use deepWatch in literal one-way bindings
Jason Bedard committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter Bacon Darwin committed
January 11, 2017
R
fix($compile) : add `base[href]` to the list of RESOURCE_URL context attributes
Raphael Jamet committed
F
fix($compile): allow the usage of "$" in isolate scope property alias
frederikprijck committed
November 30, 2016
G
test($compile): work around Chrome issue with reported size for `<foreignObject>`
Georgios Kalpakas committed
November 25, 2016
P
style(*): fix `no-useless-escape` eslint errors
Peter Bacon Darwin committed
November 18, 2016
M
chore(*): cleanup msie handling; add support comments
Michał Gołębiowski committed
November 2, 2016
M
feat($compile): set preAssignBindingsEnabled to false by default
Michał Gołębiowski committed
October 31, 2016
M
chore(*): make some files non-executable
Michał Gołębiowski committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
J
test(*): fix some inconsequential typos
Josh Soref committed
October 19, 2016
J
fix($compile): clean up `@`-binding observers when re-assigning bindings
Jonathan Yates committed
October 20, 2016
J
test($compile): ensure equal but different instance changes are detected in onChanges
Jason Bedard committed
October 14, 2016
M
refactor(compileSpec): make tests consistent
Martin Staffa committed
October 5, 2016
G
test(*): introduce the `toEqualMinErr()` custom Jasmine matcher
Georgios Kalpakas committed
September 30, 2016
G
fix($q): treat thrown errors as regular rejections
Georgios Kalpakas committed
October 1, 2016
J
docs(*): fix typos in comments and docs
Justas Brazauskas committed
September 16, 2016
G
fix($compile): set attribute value even if `ngAttr*` contains no interpolation
Georgios Kalpakas committed
September 8, 2016
T
fix($compile): `bindToController` should work without `controllerAs`
thorn0 committed
September 12, 2016
G
fix($compile): do not overwrite values set in `$onInit()` for `<`-bound literals
Georgios Kalpakas committed
September 15, 2016
P
fix(ngTransclude): use fallback content if only whitespace is provided
Peter Bacon Darwin committed
P
fix($compile): don't throw tplrt error when there is a whitespace around a top-level comment
Prashant Singh Pawar committed
September 7, 2016
G
test($compile): extend `$onChanges()` test to account for one more case
Georgios Kalpakas committed
P
test($compile): add tests for provider settings
Peter Bacon Darwin committed
September 6, 2016
G
fix($compile): avoid calling `$onChanges()` twice for `NaN` initial values
Georgios Kalpakas committed