Pete Bacon Darwin
2adbcf189b
docs(tutorial/step-3): remember to install karma plugins
2013-12-05 22:06:38 +00:00
Pete Bacon Darwin
39c5ffb2a6
docs(tutorial/step-2): remember to install karma plugins
2013-12-05 22:06:28 +00:00
Iwona Lalik
b38a2287f2
docs(tutorial/step-3): add module to ng-app directive in code sample
...
Closes #5184
2013-12-04 22:36:42 +00:00
Elwin Arens
fbc5cf514b
docs(tutorial/step-12): fix refernce to incorrect jquery version
...
Closes #5156
2013-12-04 22:36:40 +00:00
Peter Bacon Darwin
1a8d3c8b3a
chore(docs): fix back-to-top anchor in angularjs.org doc pages
...
Closes https://github.com/angular/angularjs.org/issues/45
2013-11-28 12:16:07 +00:00
Levi Weiss
753687e5c2
docs(tutorial/step-10): fix typo
...
Closes #5171
2013-11-27 23:21:46 +00:00
Ammar
7f33e1ca89
docs(tutorial/step-12): fix typo
...
Closes #5148
2013-11-27 23:19:02 +00:00
magoswiat
28d00945ba
docs(tutorial/step-0): add target="_blank" to open app in new page
...
Closes #5145
2013-11-27 23:17:28 +00:00
deepak-kapoor
68dd621082
docs(guide/concepts): fix incorrect module name in example
...
Closes #5116
2013-11-27 22:59:13 +00:00
Evan Winslow
cda061f723
docs(guide/di): use square bracket notation for $inject annotation
...
Closes #5104
2013-11-27 22:48:02 +00:00
Pavel Pomerantsev
1497c6c1fb
docs(guide/providers): fix typo
...
Closes #5102
2013-11-27 22:41:53 +00:00
Marc Lipovsky
e41e445b51
docs(guide/compiler): add fourth step on appending the compiled template to the DOM
...
Closes #5087
2013-11-27 22:41:10 +00:00
rodyhaddad
7ab73190b7
docs(migration): add a note about "private" properties being reverted
...
Closes #5086
2013-11-27 22:35:09 +00:00
smarigowda
c6bd58eb58
docs(guide/scope): access the current element's scope in the console.
...
Closes #4884
2013-11-26 06:45:48 +00:00
Brian Ford
84e0eea164
chore(docs): remove Disqus comments
...
We don't actively moderate these comments, and they range from
out of date, to inflammatory, to spam. Going forward, improvements
to the docs should be done via a PR, and questions should go on
StackOverflow where they can be curated and kept up to date by
AngularJS developers who help out there.
2013-11-22 16:27:05 -08:00
Vojta Jina
ba1b47f85b
test(docs): fix the failing specs
...
Because Grunt was not failing the build, we didn't noticed these failing specs.
2013-11-21 12:41:57 -08:00
jody tate
e33c365144
docs(guide/unit-testing): minor style and grammar changes
...
Closes #5057
2013-11-21 20:37:57 +00:00
gdi2290
e3ceb50b73
docs(faq): update compressed and minified file size
...
Closes #5058
2013-11-21 20:27:27 +00:00
scottywakefield
6b5772bbbd
docs(guide/ie): add info about what IE versions are supported
...
Added text from https://github.com/angular/angular.js/issues/4974
Closes #5070
2013-11-21 20:25:41 +00:00
Igor Minar
7874a4d007
docs(guide/migration): fix typo ngHtmlBind -> ngBindHtml
2013-11-21 07:29:18 -08:00
Ashutosh Das
c77dd040b4
docs(tutorial/step-2): correct the link to jasmine docs
...
Closes #5029
2013-11-20 14:21:49 +00:00
Maksim
3ceb6ab477
docs(guide/directive): use hideDialog handler in example
...
The handler is in the controller but was not being used in the template.
Closes #5020
2013-11-20 11:37:00 +00:00
gipsy86147
999fa44616
docs(guide/ie): fix typo
...
Closes #5006
2013-11-20 11:31:56 +00:00
Dave Gaeddert
5f9121ad56
docs(guide/providers): remove extra closing parenthesis in example
...
Closes #5005
2013-11-20 11:30:45 +00:00
Tyler Eich
b4cf8483d7
docs(guide/migration): fix typo
...
Closes #5002
2013-11-20 11:26:57 +00:00
Yves Richard
8a9816e06b
docs(guide/compiler): fix typo in isolate scope def
...
Closes #4999
2013-11-20 11:25:20 +00:00
Stéphane Reynaud
f2453eabb3
docs(tutorial): minimum node.js version is 0.10 (Windows too)
...
The doc has been modified by the following commit: bcc6e8d4f6
But the change was not made for the part of Windows.
Closes #4967
2013-11-20 11:02:30 +00:00
Jayson Harshbarger
aa0b11d794
docs(guide/migration): fix typo
...
Closes #4965
2013-11-20 11:00:01 +00:00
Jens Berthold
23ba287897
docs(guide/directive): clarify code example for isolated scopes bindings
...
Use different names for the attribute on the element (`info`) and the property (`customerInfo`)
on the isolate scope. Before `customer` was used for both which made it harder to understand.
Closes #4825
2013-11-18 15:03:35 +00:00
Pete Bacon Darwin
8f1e3606dd
docs(guide/directive): add note about HTML case-insensitivity
...
Closes #4719
2013-11-18 12:58:53 +00:00
Chance
ac56d1c9d9
docs(tutorial/step-4): controllers are no longer global functions
...
The docs did not line up with the codebase / previous steps of the tutorial.
Closes #4988
2013-11-18 12:49:19 +00:00
Pete Bacon Darwin
de2919cb9a
docs(guide/i18n): fix link to i18n files in the project
...
Closes #4998
2013-11-18 11:55:30 +00:00
Vojta Jina
f4fcaa8757
docs: fix the "show source" button
...
Closes #4904
2013-11-14 21:38:53 -08:00
victorbjelkholm
c6016a6a85
docs(tutorial): change controllers to not have name twice
...
While giving the controller function a name helps with debugging,
since otherwise your controller will be anonymous in stack traces,
passing the name to both the `controller()` method and as the function name
is confusing for beginners.
Closes #4415
2013-11-14 14:47:01 +00:00
andre
9e5cd92fa9
docs(misc/faq): fix invalid escaping of character
...
Backslash is acting as escape character so text is not properly formatted.
Closes #4923
2013-11-14 14:06:01 +00:00
smarigowda
c07f1e1c9f
docs(guide/concepts): controllers can also access scope
...
Closes #4918
2013-11-14 14:04:09 +00:00
Phillip Alexander
cb8061c75c
docs(guide/concepts): improve sentence wording
...
Before:
> Let's add some more logic to the example to
allow to enter and calculate the costs in different currencies and also pay the invoice.
After:
> Let's add some more logic to the example that
allows us to enter and calculate the costs in different currencies and also pay the invoice.
Closes #4903
2013-11-14 13:36:40 +00:00
Mauro Carrero
b122194425
docs(tutorial/step-2): remove repeated "the"
...
Closes #4854
2013-11-14 13:24:26 +00:00
Pete Bacon Darwin
089bf5f0e3
docs(guide/directive): split long lines
2013-11-14 13:22:39 +00:00
xdhmoore
f6fa7c9c95
docs(guide/directive): clarify sentence meaning
...
Closes #4873
2013-11-14 13:16:47 +00:00
Peter Kosa
dbc6696b68
docs(tutorial/step-12): fix incorrect code filename
...
Closes #4860
2013-11-14 13:10:29 +00:00
gdi2290
5d632af926
docs(misc/contribute): fix internal links
...
Closes #4848
2013-11-14 13:07:32 +00:00
PatrickJS
ed9e570a12
docs(downloading): fix invalid filenames and add missing modules
...
Closes #4846
2013-11-14 13:03:03 +00:00
Vojta Jina
4ab16aaaf7
feat($parse): revert hiding "private" properties
...
Hiding `_*` properties was a feature primarily for developers using Closure compiler and Google JS
style. We didn't realize how many people will be affected by this change.
We might introduce this feature in the future, probably under a config option, but it needs more
research and so I'm reverting the change for now.
This reverts commit 3d6a89e888 .
Closes #4926
Closes #4842
Closes #4865
Closes #4859
Closes #4849
Conflicts:
src/ng/parse.js
2013-11-13 23:25:09 -08:00
Pete Bacon Darwin
bcc6e8d4f6
docs(tutorial): minimum required node.js version is 0.10
2013-11-13 22:43:34 +00:00
andre
bee56a82b0
docs(guide/scope): correct scopes example
...
Remove reference to `employee` property as it's not used in the example.
Inject and use `$rootScope` applying `department` property as mentioned in text.
Closes #4839
2013-11-13 21:48:30 +00:00
Pete Bacon Darwin
bcdbfdfeae
docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker
...
The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and
`.show-scope') to prevent the styling for the demo from affecting the entire page.
Unfortunately elements containing these classes did not appear in JSFiddle or Plunker
when you click edit.
This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`)
and removes the reliance on `.doc-example-live` altogether.
Closes #4838
2013-11-13 21:45:07 +00:00
Tatham Oddie
afbed10feb
docs(contribute): justify note about elevation on Windows
...
This message needs a justification. Without one, it's like asking somebody
on *nix to run everything under sudo 'just because'.
Closes #4832
2013-11-13 21:24:08 +00:00
Eddie Monge Jr
a59976be18
docs(errors/compile/tplrt): display html block as code
...
HTML elements were getting parsed by as HTML elements
Closes #4827
2013-11-13 21:06:37 +00:00
Derek Peterson
40d1e10520
docs(guide): fix typo
...
Closes #4821
2013-11-13 20:55:25 +00:00