index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2013-10-30
fix(ngIf): ngIf removes elements dynamically added to it
Brian Ford
2013-10-28
fix($animate): use direct DOM comparison when checking for $rootElement
Matias Niemelä
2013-10-28
fix($animate): ensure former nodes are fully cleaned up when a follow-up stru...
Matias Niemelä
2013-10-28
fix($animate): ensure enable/disable animations work when the document node i...
Matias Niemelä
2013-10-28
feat(ngAnimate): provide support for staggering animations with CSS
Matias Niemelä
2013-10-28
fix($compile): don't instantiate controllers twice for element transclude dir...
Igor Minar
2013-10-28
style(compileSpec): reorder and cleanup tests for $compile's transclusion fea...
Igor Minar
2013-10-25
fix($compile): attribute bindings should not break due to terminal directives
Igor Minar
2013-10-25
style(injectorSpec): fix typo in "it" description
Arun Israel
2013-10-24
fix($animate): skip unnecessary addClass/removeClass animations
Matias Niemelä
2013-10-24
fix($compile): instantiate controlers when re-entering compilation
Igor Minar
2013-10-24
fix(input): keep track of min/max attars on-the-fly
Dmitry Shirokov
2013-10-23
fix(ngView): ensure the new view element is placed after the old view element
Matias Niemelä
2013-10-23
fix($animate): ensure animations work properly when the $rootElement is being...
Matias Niemelä
2013-10-23
fix($animate): only cancel class-based animations if the follow-up class cont...
Matias Niemelä
2013-10-18
fix(csp): fix csp auto-detection and stylesheet injection
Igor Minar
2013-10-18
fix($injector): allow a constructor function to return a function
Vojta Jina
2013-10-15
fix($parse): check function call context to be safe
Chirayu Krishnappa
2013-10-11
fix($compile): abort compilation when duplicate element transclusion
Igor Minar
2013-10-10
fix($animate): perform internal caching on getComputedStyle to boost the perf...
Matias Niemelä
2013-10-10
fix($animate): ensure structural animations skip all child animations even if...
Matias Niemelä
2013-10-10
refactor($animate): queue all successive animations to use only one reflow
Matias Niemelä
2013-10-10
fix($animate): cancel any ongoing child animations during move and leave anim...
Matias Niemelä
2013-10-10
fix($animate): ensure elapsedTime always considers delay values
Matias Niemelä
2013-10-10
fix(modules): stop leaking global variables in tests
Pete Bacon Darwin
2013-10-10
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross
2013-10-09
feat(ngRepeat): use block separator comments
jankuca
2013-10-09
fix(jqLite): ignore class methods on comment elements
Vojta Jina
2013-10-09
revert: fix($parse): handle promises returned from parsed function calls
Igor Minar
2013-10-09
fix($parse): deprecate promise unwrapping and make it an opt-in
Igor Minar
2013-10-09
test(filters): fix timezone-dependent test
Brian Ford
2013-10-08
fix(ngTouch): ngClick does not pass touchend event when jQuery is loaded
Steven Sojka
2013-10-08
fix(ngTouch): add $event to ng-swipe
Adam Kent
2013-10-07
fix(input): `false` is no longer an empty value by default
Pete Bacon Darwin
2013-10-07
feat($interval): add a service wrapping setInterval
Julie
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-10-07
style(injectorSpec): add semicolons & test helpers
Peter Bacon Darwin
2013-10-07
style(angularSpec): add missing semicolon
Peter Bacon Darwin
2013-10-05
fix(rootScope): make stopPropagation only stop its own event
Pete Bacon Darwin
2013-10-04
fix(ngResource): Remove request body from $delete
Jen Bourey
2013-10-04
chore($parse): convert parser() and lex() to prototype-based code
jankuca
2013-10-04
fix(routeProvider): parametrized routes do not match against locations that w...
Nicola Peduzzi
2013-10-03
fix($compile): fix (reverse) directive postLink fn execution order
Igor Minar
2013-10-03
fix($compile): don't terminate compilation for regular transclusion directives
Igor Minar
2013-10-03
fix($sanitize): sanitize DOCTYPE declarations correctly
paolo-delmundo
2013-10-02
fix($resource): pass transformed value to both callbacks and promises
jankuca
2013-10-02
fix(isArrayLike): correctly handle string primitives
Daniel Luz
2013-10-02
feat(ngMock.$timeout): remove flushNext method
Vojta Jina
2013-10-02
fix($location): prevent infinite digest error in IE7
Angel Balcarcel
2013-10-02
test($sce): ie8 fix for entire file
Chirayu Krishnappa
[next]