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
/
widget
Age
Commit message (
Expand
)
Author
2012-03-08
chore(directives,widgets): reorg the code under directive/ dir
Igor Minar
2012-03-08
docs(ng-list): update the ng-list directive docs
Igor Minar
2012-03-08
chore(compiler): change default restriction to attribute only for directives
Misko Hevery
2012-02-28
refactor(directive.ngModel): rename emitValidity -> setValidity
Vojta Jina
2012-02-28
fix(ng:model-instant): defer only keydown, throttle setTimeouts
Vojta Jina
2012-02-28
fix(input): Render 0 (number) as 0 (not empty string)
Vojta Jina
2012-02-28
reafactor: Rename ng:bind-immediate -> ng:model-instant
Vojta Jina
2012-02-28
docs(forms): Update API docs for forms
Vojta Jina
2012-02-28
refactor(forms): Even better forms
Vojta Jina
2012-02-22
docs(scope): show which directives create scopes
Misko Hevery
2012-02-21
chore(select): remove inherit, replace with expression locals
Misko Hevery
2012-02-21
fix(select): double array issue with multislect and jQuery
Misko Hevery
2012-01-25
fix($parse): get rid of $unboundFn
Igor Minar
2012-01-25
docs(compiler): update the compiler docs
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-23
refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...
Vojta Jina
2012-01-23
refactor(scope): separate controller from scope
Vojta Jina
2012-01-08
docs(fix): select widget name -> ng:model
Vojta Jina
2011-12-07
fix(input): bind inputs to the 'input' event
bartes
2011-12-06
docs(form): add docs about form submission
Igor Minar
2011-12-06
feat(form): do not prevent submission if action attribute present
Vojta Jina
2011-11-15
fix(input): treat all not number model as blank
Misko Hevery
2011-11-15
fix(radio): fix binding to value={{exp}}
Misko Hevery
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
fix(doc) cleanup all api doc link warnings
Misko Hevery
2011-11-14
refactor(api): remove type augmentation
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
2011-10-20
fix(radio): allows data-binding on value property. Closes#316
Misko Hevery
2011-10-19
style(select): cleaning up select.js
Igor Minar
2011-10-19
fix(ng:options): compile null/blank option tag
TEHEK Firefox
2011-10-19
fix(ng:pattern): correctly parse out inlined regexp
Igor Minar
2011-10-19
docs(textarea): add docs for angular.widget.textarea
Igor Minar
2011-10-19
style(input): fix style violations in the input.js file
Igor Minar
2011-10-19
feat(input): add ng:minlength and ng:maxlength validation
Konstantin Stepanov
2011-10-19
fix(input): recognize 'password' as an html input type
Konstantin Stepanov
2011-10-18
fix(ng:options): select correct element when '?'-option was previously selected
TEHEK Firefox
2011-10-13
fix(checkbox): prefix true-value & false-value with ng:
Igor Minar
2011-10-12
docs(*): remove @workInProgress from everywhere
Igor Minar
2011-10-12
docs(forms): add ng:change docs and other fixes
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery