COMMITS
/ test/ng/directive/ngClassSpec.js September 19, 2018
G
fix(ngClass): do not break on invalid values
George Kalpakas committed
June 16, 2017
J
test(ngClass): add test for one-time objects in array literal
Jason Bedard committed
May 26, 2017
J
fix($parse): do not shallow-watch inputs when wrapped in an interceptor fn
Jason Bedard committed
May 12, 2017
J
fix($parse): always re-evaluate filters within literals when an input is an object
Jason Bedard committed
October 7, 2016
G
perf(ngClass): avoid unnecessary `.data()` accesses, deep-watching and copies
Georgios Kalpakas committed
G
fix(ngClassOdd/Even): add/remove the correct classes when expression/`$index` change simultaneously
Georgios Kalpakas committed
G
refactor(ngClass): remove redundant `$observe`r and dependency on `$animate`
Georgios Kalpakas committed
October 10, 2016
D
test(ngClass): add some tests about one-time bindings and objects inside arrays
David Rodenas Pico 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 9, 2016
D
fix(ngClass): fix watching of an array expression containing an object
David Rodenas Pico committed
September 17, 2015
M
revert: chore(core): introduce $$body service
Matias Niemelä committed
August 17, 2015
M
fix(ngAnimate): only buffer rAF requests within the animation runners
Matias Niemelä committed
June 30, 2015
M
chore: replace `jqLite($document[0].body)` with `$$body`
Matias Niemelä committed
May 5, 2015
C
fix(ngClass): add/remove classes which are properties of Object.prototype
Caitlin Potter committed
April 3, 2015
M
feat($animate): complete refactor of internal animation code
Matias Niemelä committed
March 18, 2015
B
feat(ngClass): add support for conditional map within an array.
Bob Fanger committed
January 6, 2015
L
fix(ngClass): handle multi-class definitions as an element of an array
Lucas Galfaso committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
August 29, 2014
M
fix($animate): wait two until two digests are over until enabling animations
Matias Niemelä committed
August 27, 2014
V
test(ngClass): dealoc elements
Vojta Jina committed
August 28, 2014
M
fix($animate): ensure guarded animations consider AJAX requests upon bootstrap
Matias Niemelä committed
August 16, 2014
M
feat($animate): use promises instead of callbacks for animations
Matias Niemelä committed
M
feat($animate): coalesce concurrent class-based animations within a digest loop
Matias Niemelä committed
May 30, 2014
C
style(ngClassSpec): fix indentation to make jscs happy
Caitlin Potter committed
April 16, 2014
S
fix(ngClass): support multiple classes in key
Shahar Talmi committed
April 27, 2014
R
test(ngClass): add missing assertions
Richard Littauer committed
April 26, 2014
S
fix(ngClass): handle index changes when an item is unshifted
Shahar Talmi committed
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
April 2, 2014
B
fix(ngClass): handle ngClassOdd/Even affecting the same classes
Brian Ford committed
February 25, 2014
M
perf($animate): use rAF instead of timeouts to issue animation callbacks
Matias Niemelä committed
February 14, 2014
M
fix($animate): ensure $animate doesn't break natural CSS transitions
Matias Niemelä committed
January 23, 2014
M
M
fix(mocks): remove usage of $animate.flushNext in favour of queing
Matias Niemelä committed
November 25, 2013
M
fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual animations
Matias Niemelä committed
November 19, 2013
M
fix($compile): ensure CSS classes are added and removed only when necessary
Matias Niemelä committed
November 15, 2013
M
fix(ngClass): ensure that ngClass only adds/removes the changed classes
Matias Niemelä committed
November 7, 2013
P
fix(ngClassSpec): clear animation enable fn from postDigestQueue
Pete Bacon Darwin committed
September 23, 2013
J
feat(ngRepeat): use block separator comments
jankuca committed
August 28, 2013
M
fix(ngAnimate): ensure that ngClass is always compiled before enter, leave and move animations
Matias Niemelä committed
M
fix(ngAnimate): cut down on extra $timeout calls
Matias Niemelä committed
July 31, 2013
M
chore(ngMock): rename $animate.process to $animate.flushNext()
Matias Niemelä committed
July 29, 2013
M
fix(ngClass): ensure ngClass doesn't fire addClass or removeClass with an empty string
Matias Niemelä committed
April 16, 2013
P
fix(ngClass): should remove classes when object is the same but property has changed
Pete Bacon Darwin committed
March 20, 2013
M
feat(ngRepeat): add support for custom tracking of items
Misko Hevery committed
February 15, 2013
P
fix(ngClass): keep track of old ngClass value manually
Per Rovegård committed
August 14, 2012
P
fix(ngClassEven/Odd): filtering/ordering and repeater
petrovalex committed
June 7, 2012
M
fix(ngClass): works with class interpolation
Max Martinsson committed
April 9, 2012
I
chore(tests): rename all directive names to the normalized form
Igor Minar committed
March 23, 2012
M
chore(module): move files around in preparation for more modules
Misko Hevery committed