Narretz
7833ce0a6e
docs(guide/forms): remove unnecessary controller reference
...
the controller reference was breaking the custom validation example
Closes #6525
Closes #6533
2014-03-10 02:14:50 -07:00
mgerstenblatt
7d604975a7
docs(guide/forms): fix a typo
...
Closes #6556
2014-03-05 22:10:57 +01:00
Peter Bacon Darwin
4a6a3ba7fb
docs(*): fix anchors for members in api docs
2014-02-21 19:37:37 +00:00
Caitlin Potter
f7fad29fd9
docs(bike-shed-migration): convert guide <doc:...> examples to <example>...
...
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16 19:03:45 +00:00
Peter Bacon Darwin
d85505d019
docs(content): fix bad links
2014-02-16 19:03:43 +00:00
Peter Bacon Darwin
a564160511
docs(bike-shed-migration): fix url-based links refs to AUTO module
2014-02-16 19:03:41 +00:00
Roy Ling
28cfd96fdc
docs(forms): show directive name instead of link path
2014-01-06 16:34:49 -08:00
mkolodny
d1c4766d14
docs(guide/forms): update example
...
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 21:22:15 -08:00
mkolodny
98473835a2
docs(guide/forms): code style changes for an example
...
Closes #5499
2013-12-20 21:21:18 -08:00
Vojta Jina
03088d6010
docs: fix a broken link
2013-12-13 12:28:02 -08:00
Wesley Cho
c3d6ca97e1
docs(guide/forms): clarify how NgModelController can be added to scope
...
Closes #5200
2013-12-09 20:14:45 +00:00
Vojta Jina
14438058da
docs: correct broken links
...
This also contains some whitespace corrections by my editor.
2013-10-18 15:35:41 -07:00
ts-web
83f93889e1
docs(guide/forms): add comma for clarity
...
Closes #3985
2013-09-14 21:35:57 +01:00
Anthony Tran
e4415d21d3
docs(forms.ngdoc): fix spacing in example
...
Closes #3930
2013-09-09 17:31:36 +01:00
Marcel Morgan
a3aa41888c
docs(guide): grammatical corrections to Form and Control definitions
2013-08-22 09:11:33 -07:00
Michał Gołębiowski
f1b94b4b59
feat(jqLite): switch bind/unbind to more recent jQuery on/off
...
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-06-19 20:53:24 +01:00
Keir Mierle
2d66ccd593
docs(forms): fix formatting
2013-04-22 12:38:26 +01:00
Ron Yang
af9c20c07d
docs(forms): fix typo
2013-04-22 12:34:38 +01:00
James deBoer
364e597499
Update forms.ngdoc
...
docs(forms): Fixed a typo. render -> $render
2013-03-24 23:11:36 -07:00
Matt Rohrer
93070f1488
docs(guide): minor grammar fixes
2013-01-17 19:10:46 -05:00
Pawel Kozlowski
1122dc7a5b
docs(forms): fix code example for a custom form control
...
Closes #1021
2013-01-05 22:47:36 +01:00
Tyson Benson
c023c850c3
docs(typos): fix typos in dev guide
2012-08-30 15:43:58 -07:00
brettcannon
8c81a0f372
fix(docs): Fix a spelling mistake by replacing the noun with "it"
2012-07-19 15:04:29 -07:00
Igor Minar
f16150d5f1
docs(*): simplify doc urls
...
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-12 00:10:18 -07:00
Misko Hevery
8024a5742c
doc(NgModelController) add example and $render documentation
...
Closes#930
2012-06-02 16:02:09 -07:00