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
/
src
Age
Commit message (
Expand
)
Author
2013-12-05
fix(isElement): return boolean value rather than `truthy` value.
Caitlin Potter
2013-12-05
chore(Angular.js): Use call and === instead of apply and == in type check fun...
Karl Seamon
2013-12-05
chore($resource): Use shallow copy instead of angular.copy
Karl Seamon
2013-12-05
chore(Scope): short-circuit after dirty-checking last dirty watcher
Karl Seamon
2013-12-05
fix($animate): ensure animations work with directives that share a transclusion
Matias Niemelä
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($animate): ensure ms durations are properly rounded
Matias Niemelä
2013-12-04
fix($rootScope): broadcast $destroy event on $rootScope
Jeff Cross
2013-12-04
docs($interpolate): demonstrate a filter in the interpolated expression
Sorin Gitlan
2013-12-04
docs(input): remove deprecated isolated scope pitfall
Julien Bouquillon
2013-12-04
docs(animate.js): fix copy/paste typo in leave docs
Yves Richard
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-12-03
style(Scope): remove extra ws
Igor Minar
2013-12-03
style(Scope): rename child scope type from Child to ChildScope
Igor Minar
2013-12-03
style(Angular.js): fix typo in comment
Igor Minar
2013-12-03
fix(ngSanitize): prefer textContent to innerText to avoid layout trashing
Michał Gołębiowski
2013-12-03
chore($parse): micro-optimization for ensureSafeObject function
Karl Seamon
2013-12-03
fix(jqLite): ignore incompatible nodes on find()
Hubert SABLONNIÈRE
2013-12-03
fix($sanitize): don't rely on YARR regex engine executing immediately
Pete Bacon Darwin
2013-12-02
docs($animate): require ngAnimate in example, syntax fixes
Blaise Kal
2013-11-27
docs($compile): fix missing space
Stéphane Reynaud
2013-11-27
docs(form): provide a list of Angular's built-in validation tokens
Blaise Kal
2013-11-27
docs($window): move use of $window to controller
wjtk
2013-11-27
docs($injector): use square bracket notation for $inject annotation
Pete Bacon Darwin
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-26
chore(mocks): wrap angular-mocks.js in closure
David Mosher
2013-11-26
docs(compile): fix typo
adam77
2013-11-26
refactor(angular.js): improve trim performance
sunnylost
2013-11-25
fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...
Matias Niemelä
2013-11-23
fix($animate): ensure blocked keyframe animations are unblocked before the DO...
Matias Niemelä
2013-11-22
fix(input): Support form auto complete on modern browser
Tobias Bosch
2013-11-22
chore: update copyright year in file headers
Igor Minar
2013-11-22
chore(style): fix missing indentation in httpBackend from a3172a2
Caitlin Potter
2013-11-22
fix($httpBackend): only IE8 and below can't use `script.onload` for JSONP
Pete Bacon Darwin
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(ngMock): fixes httpBackend expectation with body object
Corey Burrows
2013-11-21
fix(loader): expose `$$minErr` to modules such as`ngResource`
Pete Bacon Darwin
2013-11-21
fix(ngView): Don't throw when the ngView element contains content with direct...
Tobias Bosch
2013-11-21
fix(ngInclude): Don't throw when the ngInclude element contains content with ...
Tobias Bosch
2013-11-21
fix(ngAnimate): correctly retain and restore existing styles during and after...
Peter Deak
2013-11-21
chore($animate): remove unnecessary reflective dereferencing
Matias Niemelä
2013-11-21
fix($animate): ensure keyframe animations are blocked around the reflow
Matias Niemelä
2013-11-21
fix($animate): ensure transition animations are unblocked before the dom oper...
Matias Niemelä
2013-11-21
fix($animate): ensure addClass/removeClass animations do not snap during reflow
Matias Niemelä
[next]