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
/
ng
Age
Commit message (
Expand
)
Author
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-12
docs(ngSwitch): clarify that ngSwitch matches against string literals
Pete Bacon Darwin
2013-12-12
docs(ng.$rootScope.Scope): fix API links
Vlad GURDIGA
2013-12-09
docs(input): remove redundant closing span tag
miknsh5
2013-12-09
docs($q): correct typo in the 'Differences Q/$q' section
Robin Böhm
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
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
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
chore($parse): micro-optimization for ensureSafeObject function
Karl Seamon
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-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
docs(compile): fix typo
adam77
2013-11-22
fix(input): Support form auto complete on modern browser
Tobias Bosch
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(ngInclude): Don't throw when the ngInclude element contains content with ...
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-20
docs($log): the documented default log behavior was incorrect
Michel Salib
2013-11-20
docs(booleanAtts): explain the motivation for boolean attributes
gdennie
2013-11-20
docs(ngRepeat): fix typo
Stéphane Reynaud
2013-11-20
docs(ngPluralize): Fix missing space before parentheses
Stéphane Reynaud
2013-11-14
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch
2013-11-14
refactor($compile): move function def out of loop
Tobias Bosch
2013-11-14
docs(ngClass): fix e2e test for example
Pete Bacon Darwin
2013-11-14
docs(NgModelController): document `$viewChangeListeners` property
Caitlin Potter
2013-11-14
docs(FormController): remove unnecessary parenthesis
Stéphane Reynaud
2013-11-14
docs(ngClass): distinguish between CSS classes and scope properties
Pete Bacon Darwin
[next]