COMMITS
/ test/ng/compileSpec.js March 22, 2018
M
fix($compile): throw error in $onChanges immediately
Martin Staffa committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter 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
fix(ngModel): prevent internal scope reference from being copied
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 27, 2017
M
chore(*): make ESLint happy
Michał Gołębiowski committed
January 20, 2017
G
fix($compile): do not swallow thrown errors in test
Georgios Kalpakas committed
January 11, 2017
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
P
feat($compile): add `preAssignBindingsEnabled` option
Peter Bacon Darwin committed
August 30, 2016
J
perf($compile): validate directive.restrict property on directive init
Jason Bedard committed
J
fix($compile): disallow linking the same element more then once
Jason Bedard committed
August 28, 2016
M
feat($compile): throw error when directive name or factory fn is invalid
Martin Staffa committed
February 12, 2016
R
fix($compile): lower the $sce context for src on video, audio, and track.
Raphael Jamet committed
August 26, 2016
M
Revert "fix($compile): lower the $sce context for `src` on video, audio, source, and track"
Martin Staffa committed
M
fix($compile): lower the $sce context for `src` on video, audio, source, and track
Martin Staffa committed
August 8, 2016
G
fix($compile): correctly merge consecutive text nodes on IE11
Georgios Kalpakas committed
D
perf($compile): add provider option to turn off compilation of css class and comment directives
David Rodenas 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
June 21, 2016
P
fix($compile): ensure `$doCheck` hooks can be defined in the controller constructor
Peter Bacon Darwin committed
May 24, 2016
Z
feat($compile): backport $doCheck
Zach Bjornson committed
June 16, 2016
P
fix(ngTransclude): ensure that fallback content is compiled and linked correctly
Peter Bacon Darwin committed