aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/forms.ngdoc
AgeCommit message (Collapse)Author
2014-03-10docs(guide/forms): remove unnecessary controller referenceNarretz
the controller reference was breaking the custom validation example Closes #6525 Closes #6533
2014-03-05docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-01-06docs(forms): show directive name instead of link pathRoy Ling
2013-12-20docs(guide/forms): update examplemkolodny
Right now, non-integers such as 'aawefwae' are valid. This ensures that only integers are valid. Hopefully that makes the example more powerful. Closes #5501
2013-12-20docs(guide/forms): code style changes for an examplemkolodny
Closes #5499
2013-12-13docs: fix a broken linkVojta Jina
2013-12-09docs(guide/forms): clarify how NgModelController can be added to scopeWesley Cho
Closes #5200
2013-10-18docs: correct broken linksVojta Jina
This also contains some whitespace corrections by my editor.
2013-09-14docs(guide/forms): add comma for clarityts-web
Closes #3985
2013-09-09docs(forms.ngdoc): fix spacing in exampleAnthony Tran
Closes #3930
2013-08-22docs(guide): grammatical corrections to Form and Control definitionsMarcel Morgan
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods.
2013-04-22docs(forms): fix formattingKeir Mierle
2013-04-22docs(forms): fix typoRon Yang
2013-03-24Update forms.ngdocJames deBoer
docs(forms): Fixed a typo. render -> $render
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2013-01-05docs(forms): fix code example for a custom form controlPawel Kozlowski
Closes #1021
2012-08-30docs(typos): fix typos in dev guideTyson Benson
2012-07-19fix(docs): Fix a spelling mistake by replacing the noun with "it"brettcannon
2012-06-12docs(*): simplify doc urlsIgor Minar
we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
Closes#930