| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-10 | docs(guide/forms): remove unnecessary controller reference | Narretz | |
| the controller reference was breaking the custom validation example Closes #6525 Closes #6533 | |||
| 2014-03-05 | docs(guide/forms): fix a typo | mgerstenblatt | |
| Closes #6556 | |||
| 2014-02-21 | docs(*): fix anchors for members in api docs | Peter Bacon Darwin | |
| 2014-02-16 | docs(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-16 | docs(content): fix bad links | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
| 2014-01-06 | docs(forms): show directive name instead of link path | Roy Ling | |
| 2013-12-20 | docs(guide/forms): update example | mkolodny | |
| 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-20 | docs(guide/forms): code style changes for an example | mkolodny | |
| Closes #5499 | |||
| 2013-12-13 | docs: fix a broken link | Vojta Jina | |
| 2013-12-09 | docs(guide/forms): clarify how NgModelController can be added to scope | Wesley Cho | |
| Closes #5200 | |||
| 2013-10-18 | docs: correct broken links | Vojta Jina | |
| This also contains some whitespace corrections by my editor. | |||
| 2013-09-14 | docs(guide/forms): add comma for clarity | ts-web | |
| Closes #3985 | |||
| 2013-09-09 | docs(forms.ngdoc): fix spacing in example | Anthony Tran | |
| Closes #3930 | |||
| 2013-08-22 | docs(guide): grammatical corrections to Form and Control definitions | Marcel Morgan | |
| 2013-06-19 | feat(jqLite): switch bind/unbind to more recent jQuery on/off | Michał 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-22 | docs(forms): fix formatting | Keir Mierle | |
| 2013-04-22 | docs(forms): fix typo | Ron Yang | |
| 2013-03-24 | Update forms.ngdoc | James deBoer | |
| docs(forms): Fixed a typo. render -> $render | |||
| 2013-01-17 | docs(guide): minor grammar fixes | Matt Rohrer | |
| 2013-01-05 | docs(forms): fix code example for a custom form control | Pawel Kozlowski | |
| Closes #1021 | |||
| 2012-08-30 | docs(typos): fix typos in dev guide | Tyson Benson | |
| 2012-07-19 | fix(docs): Fix a spelling mistake by replacing the noun with "it" | brettcannon | |
| 2012-06-12 | docs(*): simplify doc urls | Igor 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-02 | doc(NgModelController) add example and $render documentation | Misko Hevery | |
| Closes#930 | |||
