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
/
ng
Age
Commit message (
Expand
)
Author
2013-12-31
test(compileSpec): fix broken build on FF
Igor Minar
2013-12-30
fix(input): prevent double $digest when using jQuery trigger.
Michał Gołębiowski
2013-12-27
perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...
Karl Seamon
2013-12-19
fix($compile): remove invalid IE exceptional case for `href`
Alexandre Potvin Latreille
2013-12-19
fix($parse): return 'undefined' if a middle key's value is null
Caitlin Potter
2013-12-18
fix($location): parse xlink:href for SVGAElements
Caitlin Potter
2013-12-18
perf($parse) use a faster path when the number of path parts is low
Karl Seamon
2013-12-18
fix(input): do not hold input for composition on android
Chia-liang Kao
2013-12-18
chore($sniffer): make android variable public
Chia-liang Kao
2013-12-17
fix(select): invalidate when 'multiple`, `required` and model is `[]`
Caitlin Potter
2013-12-16
fix(ngRepeat): allow multiline expressions
Rhys Brett-bowen
2013-12-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-12-13
perf(a): do not link when href or name exists in template
Karl Seamon
2013-12-12
fix(ngInclude): Add template to DOM before linking other directives
Tobias Bosch
2013-12-12
fix($compile): Allow literals in isolate scope references
Tobias Bosch
2013-12-05
fix($compile): update cloned elements if the template arrives after the cloning
Tobias Bosch
2013-12-05
chore(Scope): short-circuit after dirty-checking last dirty watcher
Karl Seamon
2013-12-04
fix(ngInit): evaluate ngInit before ngInclude
Caitlin Potter
2013-12-04
fix(input): ensure ngModelWatch() triggers second digest pass when appropriate
Daniel Tabuenca
2013-12-04
fix($rootScope): broadcast $destroy event on $rootScope
Jeff Cross
2013-12-04
fix($rootScope): clear phase if an exception is raised by a watcher
Thomas Guillory
2013-12-04
fix($compile): ensure isolated local watches' lastValue is always in sync
Daniel Tabuenca
2013-11-26
refactor($location): move file://+win path fix to $location
Jeff Cross
2013-11-26
fix($sanitize): Use same whitelist mechanism as $compile does.
Tobias Bosch
2013-11-26
chore($httpBackend): preserve original non-zero http status code for file:// ...
corrupt
2013-11-25
fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...
Matias Niemelä
2013-11-22
fix(input): Support form auto complete on modern browser
Tobias Bosch
2013-11-22
fix($httpBackend): only IE8 and below can't use `script.onload` for JSONP
Pete Bacon Darwin
2013-11-22
test($compile): correct the assertion to make test pass on IE11
Igor Minar
2013-11-22
fix($parse): allow for new lines in expr when promise unwrapping is on
rodyhaddad
2013-11-21
fix($compile): secure form[action] & iframe[srcdoc]
Chirayu Krishnappa
2013-11-21
fix(httpBackend): should not read response data when request is aborted
Gonzalo Ruiz de Villa
2013-11-21
fix(ngInclude): Don't throw when the ngInclude element contains content with ...
Tobias Bosch
2013-11-21
fix(tests): Correct tests for IE11
Tobias Bosch
2013-11-21
fix($compile): ensure CSS classes are added and removed only when necessary
Matias Niemelä
2013-11-21
fix(ngController): fix issue with ngInclude on the same element
Andrew Silluron-Gonzalez
2013-11-21
feat(input): hold listener during text composition
Chia-liang Kao
2013-11-20
refactor($sce): Use $sniffer instead of $document for feature detection.
Tobias Bosch
2013-11-20
fix(ngClass): ensure that ngClass only adds/removes the changed classes
Matias Niemelä
2013-11-20
fix(ngInclude): allow ngInclude to load scripts when jQuery is included
Brian Ford
2013-11-14
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch
2013-11-13
feat($parse): revert hiding "private" properties
Vojta Jina
2013-11-13
fix(urlUtils): made removal of windows drive from path safer
Jeff Cross
2013-11-13
docs($httpBackendSpec): fix typo in spy name
Ben Wiklund
2013-11-12
fix(urlUtils): urlUtils doesn't return right path for file:// on win
ROUL
2013-11-12
fix($compile): correctly handle interpolated style in replace templates
Tobias Bosch
2013-11-11
fix(ngIf): don't create multiple elements when changing from a truthy to anot...
Tobias Bosch
2013-11-08
fix(ngClassSpec): clear animation enable fn from postDigestQueue
Pete Bacon Darwin
2013-11-07
feat(jqLite): expose isolateScope() getter similar to scope()
Igor Minar
2013-11-07
fix($compile): don't leak isolate scope state when replaced directive is used...
Igor Minar
[next]