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
/
directive
Age
Commit message (
Expand
)
Author
2014-01-07
refactor(booleanAttrs, ngSwitch): use link function instead of compile functi...
Gias Kay Lee
2014-01-06
refactor(input): wrapped validation logic in helper function
Ben Wiklund
2014-01-06
docs(form): changed capitalization in CSS classes section
jesse
2014-01-03
docs(ngRepeat): add info about aliasing special properties of ngRepeat
Wojciech Krzystek
2014-01-02
fix(ngRepeat): allow for more flexible coding style in ngRepeat expression
Gias Kay Lee
2013-12-31
fix(input): use apply on change event only when one isn't already in progress
Igor Minar
2013-12-30
fix(input): prevent double $digest when using jQuery trigger.
Michał Gołębiowski
2013-12-19
docs(ngCloak): style name is ng-cloak, not ngCloak
snicolai
2013-12-19
docs(booleanAttrs): add @priority to all the boolean directives
Mark Jones
2013-12-19
docs(ngEventDirs): adding quick examples for new events
James Watling
2013-12-18
docs(ngInit): fix typo
Jason Farnsworth
2013-12-18
fix(input): do not hold input for composition on android
Chia-liang Kao
2013-12-17
fix(select): invalidate when 'multiple`, `required` and model is `[]`
Caitlin Potter
2013-12-17
docs(ngIf): remove invalid comment from CSS
Pete Bacon Darwin
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
docs(ngSwitch): clarify that ngSwitch matches against string literals
Pete Bacon Darwin
2013-12-09
docs(input): remove redundant closing span tag
miknsh5
2013-12-05
fix($compile): update cloned elements if the template arrives after the cloning
Tobias Bosch
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
docs(input): remove deprecated isolated scope pitfall
Julien Bouquillon
2013-11-27
docs(form): provide a list of Angular's built-in validation tokens
Blaise Kal
2013-11-22
fix(input): Support form auto complete on modern browser
Tobias Bosch
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
fix(ngClass): ensure that ngClass only adds/removes the changed classes
Matias Niemelä
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
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
2013-11-14
docs(NgModelController): clarify documentation of `$setViewValue`
Mathis Hofer
2013-11-14
docs(ngBindHtml): fix dependency for Plunker and JSFiddle in example
Pete Bacon Darwin
2013-11-11
fix(ngIf): don't create multiple elements when changing from a truthy to anot...
Tobias Bosch
2013-11-06
chore(docs): add -webkit-transition for ngClass example
Matias Niemelä
2013-11-06
docs(guide/overview): Refactor overview and mvc docs
Tobias Bosch
2013-11-06
chore(docs): specify how ngClass deals with natural CSS transitions
Matias Niemelä
2013-11-06
fix(ngInclude): only run anchorScroll after animation is done
Pete Bacon Darwin
2013-11-05
chore(docs): refactor/improve new CSS transition code in examples
Matias Niemelä
2013-11-04
docs(input): fix typo
Tim Graham
2013-11-04
fix(ngModel): deregister from the form on scope not DOM destruction
Igor Minar
2013-11-04
fix(ngIf): destroy child scope when destroying DOM
Igor Minar
[next]