COMMITS
/ test/ng/directive/ngRepeatSpec.js November 28, 2018
J
fix(ngRepeat): fix trackBy function being invoked with incorrect scope
Jason Bedard committed
October 13, 2017
M
fix(input): listen on "change" instead of "click" for radio/checkbox ngModels
Martin Staffa committed
October 5, 2016
G
test(*): introduce the `toEqualMinErr()` custom Jasmine matcher
Georgios Kalpakas 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
January 6, 2016
G
refct(privateMocks): remove unused argument from `createMockStyleSheet()`
Georgios Kalpakas committed
November 8, 2013
J
fix(Angular.js): fix `isArrayLike` for unusual cases
Jack Viers committed
November 7, 2014
August 17, 2015
M
fix(ngAnimate): only buffer rAF requests within the animation runners
Matias Niemelä committed
April 29, 2015
N
test(ngRepeat): fix test setup for `ngRepeat` stability test
Nick Anderson committed
April 3, 2015
M
feat($animate): complete refactor of internal animation code
Matias Niemelä committed
January 16, 2015
A
fix(ngRepeat) do not allow `$id` and `$root` as aliases
Alexandr Subbotin committed
December 20, 2014
C
fix(ngRepeat): do not sort object keys alphabetically
Caitlin Potter committed
March 25, 2014
S
fix(ngRepeat): allow extra whitespaces in (key,value) part of micro-syntax
Sekib Omazic committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
August 29, 2014
L
chore(IE8): remove all special code for IE8
Lucas Galfaso committed
September 10, 2014
J
perf($parse): execute watched expressions only when the inputs change
Jason Bedard committed
September 9, 2014
I
fix(ngRepeat): preserve original position of elements that are being animated away
Igor Minar committed
I
test(ngRepeat): move an existing test into the right describe block
Igor Minar committed
August 23, 2014
S
fix(ngRepeat): improve errors for duplicate items
Smitha Milli committed
August 22, 2014
T
fix($compile): use the correct namespace for transcluded svg elements
Tobias Bosch committed
C
fix(ngRepeat): allow aliasAs identifiers which contain but do not match reserved words
Caitlin Potter committed
August 1, 2014
C
fix(ngRepeat): make allowed aliasAs expressions more strict
Caitlin Potter committed
August 10, 2014
I
perf(ngRepeat): use no-proto objects for blockMaps
Igor Minar committed
July 2, 2014
M
feat(ngRepeat): provide support for aliasing filtered repeater results as a scope member
Matias Niemelä committed
June 4, 2014
R
perf(*): more performant interpolation and lazy one-time binding
rodyhaddad committed
I
perf(Scope): change Scope#id to be a simple number
Igor Minar committed
June 2, 2014
R
revert: feat(*): lazy one-time binding support
rodyhaddad committed
May 27, 2014
V
fix($compile): set the iteration state before linking
Vojta Jina committed
May 23, 2014
P
fix(ngRepeat): ensure that the correct (transcluded) scope is used
Peter Bacon Darwin committed
May 15, 2014
L
feat(*): lazy one-time binding support
Lucas Galfaso committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
February 27, 2014
L
chore(ngRepeatSpec): fix typo
Lajos Veres committed
January 23, 2014
M
M
fix(mocks): remove usage of $animate.flushNext in favour of queing
Matias Niemelä committed
January 2, 2014
G
fix(ngRepeat): allow for more flexible coding style in ngRepeat expression
Gias Kay Lee committed
November 18, 2013
R
fix(ngRepeat): allow multiline expressions
Rhys Brett-bowen committed
November 27, 2013
T
fix($compile): update cloned elements if the template arrives after the cloning
Tobias Bosch committed
November 14, 2013
T
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch committed
October 11, 2013
I
fix($compile): abort compilation when duplicate element transclusion
Igor Minar committed
September 23, 2013
J
feat(ngRepeat): use block separator comments
jankuca committed
October 5, 2013
P
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin committed
September 24, 2013
August 13, 2013
K
feat(minerr): log minerr doc url in development
Ken Sheedlo committed
July 31, 2013
M
chore(ngMock): rename $animate.process to $animate.flushNext()
Matias Niemelä committed
July 26, 2013
D
fix(isArrayLike) Correctly detect arrayLike items
Daniel Herman committed
June 18, 2013
M
feat(ngAnimate): complete rewrite of animations
Matias Niemelä committed
July 19, 2013
P
feat(ngRepeat): add $even and $odd props to iterator
P. Envall committed