aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Expand)Author
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-08docs(ng-list): update the ng-list directive docsIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-28refactor(directive.ngModel): rename emitValidity -> setValidityVojta Jina
2012-02-28fix(ng:model-instant): defer only keydown, throttle setTimeoutsVojta Jina
2012-02-28fix(input): Render 0 (number) as 0 (not empty string)Vojta Jina
2012-02-28reafactor: Rename ng:bind-immediate -> ng:model-instantVojta Jina
2012-02-28docs(forms): Update API docs for formsVojta Jina
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-22docs(scope): show which directives create scopesMisko Hevery
2012-02-21chore(select): remove inherit, replace with expression localsMisko Hevery
2012-02-21fix(select): double array issue with multislect and jQueryMisko Hevery
2012-01-25fix($parse): get rid of $unboundFnIgor Minar
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-08docs(fix): select widget name -> ng:modelVojta Jina
2011-12-07fix(input): bind inputs to the 'input' eventbartes
2011-12-06docs(form): add docs about form submissionIgor Minar
2011-12-06feat(form): do not prevent submission if action attribute presentVojta Jina
2011-11-15fix(input): treat all not number model as blankMisko Hevery
2011-11-15fix(radio): fix binding to value={{exp}}Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14refactor(api): remove type augmentationMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-10-20fix(radio): allows data-binding on value property. Closes#316Misko Hevery
2011-10-19style(select): cleaning up select.jsIgor Minar
2011-10-19fix(ng:options): compile null/blank option tagTEHEK Firefox
2011-10-19fix(ng:pattern): correctly parse out inlined regexpIgor Minar
2011-10-19docs(textarea): add docs for angular.widget.textareaIgor Minar
2011-10-19style(input): fix style violations in the input.js fileIgor Minar
2011-10-19feat(input): add ng:minlength and ng:maxlength validationKonstantin Stepanov
2011-10-19fix(input): recognize 'password' as an html input typeKonstantin Stepanov
2011-10-18fix(ng:options): select correct element when '?'-option was previously selectedTEHEK Firefox
2011-10-13fix(checkbox): prefix true-value & false-value with ng:Igor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-12docs(forms): add ng:change docs and other fixesIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery