Prathan Thananart
5ca247c749
docs(guide): Update $locationProvider docs.
...
Default hashPrefix setting is not `'!'`, it's actually `""`.
Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472
2013-04-11 15:29:24 -07:00
kamagatos
b16bffbf76
docs(guide/i18n): fix a typo
2013-04-11 15:22:25 -07:00
Brent Morrow
35b02226ca
docs(guide/concepts): fix typo
...
An event is a user **interaction**, timer event, or network event (response from a server).
2013-04-11 14:57:03 -07:00
Brent Morrow
814feaa2ab
docs(guide/concepts): wording change
...
... or when working with --> a <-- third-party library callbacks.
... or when working with third-party library callbacks.
2013-04-11 14:55:31 -07:00
{Qingping,Dave} Hou
aa2e66dcaf
docs(guide): Added $ sign to controller example
2013-04-11 14:33:21 -07:00
urenmj
7b7b12e477
docs(dev-guide): Fixed a typo.
2013-04-11 14:19:18 -07:00
Brent Morrow
0c690af2fe
docs(guide/concepts): wording change
2013-04-11 14:07:59 -07:00
Brent Morrow
40ecd2d8e5
docs(guide/expression): wording changes
2013-04-11 14:05:08 -07:00
Luc Morin
484286d536
docs(guide/directives): give more details about directive declaration
2013-04-11 14:02:06 -07:00
Colin Kahn
d56b62dcda
docs(guide/filters): document multiple arguments syntax
...
Add example of using a filter with that accepts multiple arguments.
2013-04-11 13:55:47 -07:00
Brian Campbell
13000c7350
docs(guide): updates for legacy IE7 support
...
- note re: id="ng-app" to bootstrap/IE partials
- added doctype/xmlns to markup
- add cond comment re: json2/3 to markup
2013-04-11 13:00:41 -07:00
Heath Matlock
5bea4c5692
docs(concespts): correct spelling and remove unnecessary word
2013-04-06 23:08:52 +02:00
Felipe Lahti
3497bf2d82
docs(guide): add missing closing div tag
2013-04-04 09:43:47 -07:00
Felipe Lahti
afcf03fd2c
docs(guide): fix typo in DI. angualar -> angular
2013-04-04 09:43:35 -07:00
Srinivas Kusunam
7bf32ccadb
docs(directive): fix typo
2013-04-04 09:42:12 -07:00
James deBoer
cd6dd22b19
Update forms.ngdoc
...
docs(forms): Fixed a typo. render -> $render
2013-04-04 09:29:51 -07:00
Arlen Christian Mart Cuss
36b888e781
docs(directive): Fix entity confusion in example.
2013-03-20 11:41:14 -07:00
Niel de la Rouviere
7f9a94f8bc
docs(directive): minor typo fix
...
Changed "obeject" to "object"
2013-03-08 23:30:00 +01:00
Vineet Kumar
2007ddd3f8
docs(guide/directives): update obsolete doc reference
...
Replace an obsolete reference to a nonexistent "Creating Widgets"
section with a real link to "Creating Components".
2013-02-25 14:51:59 -08:00
Dylan Pyle
aa531d7bd1
docs(guide): fix some invalid javascript in directive documentation
...
Use double quotes to maintain consistency with other HTML
2013-02-14 15:15:06 -08:00
Jesse Cooke
d67eb2f2db
docs(guide): Fix typos in concepts/model,view.
2013-02-14 13:09:40 -08:00
Igor Minar
8801e69dba
docs(guide): remove stale info about filters changing DOM
...
as of v0.10.6 this is not the case any more
2013-02-06 14:15:43 -08:00
theotheo
32063278bd
docs(module): fix code example
2013-02-06 21:36:21 +01:00
Amir H. Hajizamani
6e8728a364
docs(guide): change prototype methods to scope methods in DI examples
...
As explained in 'Understanding the Controller Component', Controllers
written for new (post 1.0 RC) versions of Angular need to add methods to
the scope directly, not the function's prototype. Correcting this
example should remove any ambiguity, especially for beginners.
2013-01-18 00:56:52 -05:00
Shai Reznik
3a71c1e595
doc(guide): Fix examples of $location.html5mode
2013-01-17 23:46:19 -05:00
Shai Reznik
ef7a61a67e
doc(guide): Fixed typos at the unit tests guide
2013-01-17 23:46:19 -05:00
Matt Rohrer
d4312b731a
docs(guide): minor grammar fixes
2013-01-17 19:36:14 -05:00
Lucas Galfasó
98489a1d0c
doc(directive): Fix typos in dialog widget
...
Fixes #1799
2013-01-13 10:09:22 +00:00
kim lokoy
8ecce7642b
docs(guide): fix typos in unit test guide
2013-01-07 21:00:13 +01:00
Pawel Kozlowski
d1d5761232
docs(forms): fix code example for a custom form control
...
Closes #1021
2013-01-05 23:04:33 +01:00
Matt Hardy
2f4967f100
docs(guide): change example controller to properly call greet method on greeter
2012-12-31 13:21:29 +01:00
John Fletcher
d4e7274d4b
docs(guide): minor English corrections to the Directive guide
2012-12-19 20:55:22 +01:00
Miško Hevery
cffa015554
docs(directive): old syntax
2012-12-18 20:39:17 -08:00
Romain Neutron
e48adebfb7
docs(guide): fix injector service code example
...
Fix syntax and update code to the latest API
2012-12-10 23:50:12 +01:00
János Rusiczki
bd62790080
doc(concepts): Fix typo in $render() function
2012-12-07 10:19:08 +00:00
Daniel Luz
4eb0716711
docs(directive): correct expression, fix typo and re-wrap lines
2012-11-29 20:22:41 +01:00
Kris Jenkins
557e3894d7
docs(): Fix a couple of typos in the documentation
2012-11-22 08:28:49 +01:00
Dave Clayton
38a9695413
docs(guide/concepts): some typo/grammar fixes
2012-11-22 08:28:49 +01:00
John Hume
293e0336b0
docs(guide/directive): fix typo
2012-11-22 08:28:49 +01:00
Jamison Dance
80927c5811
docs(guide): fix run-on sentence in modules guide
2012-11-11 11:35:20 +01:00
Tim Macfarlane
27cee7db0a
docs(guide/directive): fix names in scope '='; easier to grok
2012-11-11 11:20:57 +01:00
Miško Hevery
494b527fa7
docs(directive): fix typo
2012-11-05 19:35:31 -08:00
Fred Sauer
97578b4dae
docs(guide/location): fix table formatting
...
Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style
2012-10-31 14:48:18 -07:00
Tim Macfarlane
fa12564607
docs(module): fix typo in example
...
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-10-31 14:22:12 -07:00
Miško Hevery
8133d468b9
docs(directive): remove reference to old isolation syntax
2012-09-13 11:32:13 -07:00
Brian Ford
191efbb558
docs(guide): fix directive interpolation example code
...
Closes #1339
2012-09-11 16:19:45 -07:00
Misko Hevery
a713928210
docs(concept): correct example for creating injector
2012-09-06 15:49:49 -07:00
Godmar Back
05fa20df81
docs(module): fixed module example and corrected typos
2012-09-06 15:49:49 -07:00
Jay Zeng
ed5dfbcd66
docs(module): myAppModule -> simpleAppModule
2012-09-06 15:49:49 -07:00
Sahat Yalkabov
2583e77cc7
doc(module) changed simpleApp to myApp in the Module page guide for consistency
2012-08-30 21:34:43 -07:00