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
2014-01-31
fix($q): make $q.reject support `finally` and `catch`
Lucas Galfasó
2014-01-31
fix($compile): retain CSS classes added in cloneAttachFn on asynchronous dire...
Caitlin Potter
2014-01-31
fix(filterFilter): don't interpret dots in predicate object fields as paths
Igor Minar
2014-01-22
fix(a): don't preventDefault on click when SVGAElement has an xlink:href attr...
Caitlin Potter
2014-01-21
fix(input): use Chromium's email validation regexp
Caitlin Potter
2014-01-21
fix($parse): do not use locals to resolve object properties
Lucas Galfasó
2014-01-13
fix($http): ensure default headers PUT and POST are different objects
Hendrixer
2014-01-13
fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...
Noam Lewis
2014-01-10
feat(select): allow multiline ng-options
Ajay Roopakalu
2014-01-10
fix($http): return responseText on IE8 for requests with responseType set
Igor Minar
2014-01-09
revert: fix($location): return '/' for root path in hashbang mode
Igor Minar
2014-01-09
fix($location): return '/' for root path in hashbang mode
Caitlin Potter
2014-01-09
fix($httpBackend): Allow status code 0 from any protocol
Rafał Jagoda
2014-01-08
fix($httpBackend): cancelled JSONP requests will not print error in the console
Artemy Tregubenko
2014-01-06
chore(inputSpec): fixed typo
Ben Wiklund
2014-01-05
refactor(filterFilter): simplify code by a ternary op instead of if-else
RoyLING
2014-01-03
fix($parse): fix CSP nested property evaluation, and issue that prevented its...
Brian Nenninger
2014-01-03
fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-O
Igor Minar
2014-01-02
fix(ngShow/ngHide, ngIf): functions with zero args should be truthy
Brian Ford
2014-01-02
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
Igor Minar
2014-01-02
fix($location): $location.path() behaviour when $locationChangeStart is trigg...
Sebastian K
2014-01-02
fix($browser): remove base href domain when url begins with '//'
Caitlin Potter
2014-01-02
fix(ngRepeat): allow for more flexible coding style in ngRepeat expression
Gias Kay Lee
2014-01-02
fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...
Igor Minar
2014-01-02
test(rootScope): reorganize $watch deregistration specs into a describe
Igor Minar
2014-01-02
fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4
Tobias Bosch
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
[next]