Klaus Weiss
df2b88e230
docs(guide): fix typo
...
Closes #5481
2013-12-19 16:12:24 -08:00
Tony Cronin
a965984733
docs(tutorial/step-4): fix typo
...
Closes #5356
2013-12-19 13:24:19 +00:00
Zachary Babtkis
f0e3dfd008
docs(guide): fixed *off typo in angular.injector example comment
...
Closes #5441
2013-12-18 20:57:20 -08:00
justmiaotou
a13c4ba770
docs(tutorial/step-5): fix typo
...
Closes #5347
2013-12-18 21:15:38 +00:00
Pete Bacon Darwin
bf816d3ade
docs(guide/directive): improve access to isolate scope information
...
Closes #5329
2013-12-18 21:14:12 +00:00
Jesse Browne
74b4ab8867
docs(tutorial/step_11): fix indenting in an example
...
Closes #5322
2013-12-18 21:14:11 +00:00
Kurt Funai
6e2359caa0
docs(contribute): you may need sudo to install globally on unix systems
...
Closes #5318
2013-12-18 21:14:11 +00:00
Ziang Song
41534816a4
docs(error/noregexp): fix link to ng-pattern
...
Closes #5313
2013-12-18 21:14:10 +00:00
Pete Bacon Darwin
73c66715c9
docs(bootstrap-prettify): fix $timeout issues and update related docs
...
End 2 end tests wait for all `$timeout`s to be run before completing the test.
This was problematic where we were using timeouts that restarted themselves because
there would never be a point when all timeouts had completed, causing the tests to hang.
To fix this $timeout had been monkey-patched but this caused other issue itself.
Now that we have $interval we don't need to use $timeout handlers that re-trigger the $timeout
so we can ditch the monkey-patch.
This commit tidies up any examples that are using this approach and changes them to use $interval
instead.
Closes #5232
2013-12-17 22:53:28 +00:00
Stéphane Reynaud
b2e472e7a2
docs(tutorial/step-11): change "last" to "next"
...
Since step 12 was added, step 11 is not the last. So this is not the last improvement.
Closes #5306
2013-12-17 12:30:59 +00:00
Grigoriy Beziuk
3c62e4244e
docs(tutorial/step-0): fix twitter bootstrap link
...
The url of twitter bootstrap was outdated.
Closes #5290
2013-12-17 12:15:52 +00:00
Oliver Schmidt
c432999572
docs(ng): fix typo and line lengths
...
Closes #5288
2013-12-17 12:12:14 +00:00
Sharon DiOrio
f8d319c11a
docs(css): improve definition table style
...
Text in definition tables are now aligned to the top of the cell. These are used in
the API index page and makes it cleared what headings match what content.
Closes #5286
2013-12-17 12:09:08 +00:00
Vojta Jina
03088d6010
docs: fix a broken link
2013-12-13 12:28:02 -08:00
Vojta Jina
18e0768a2b
docs: use q-io instead of deprecated q-fs
...
This recursive process.nextTick error[1] was probably coming from q-fs,
which is not actively maintained. This updates to q-io/fs instead.
[1]: https://travis-ci.org/angular/angular.js/jobs/15391590
2013-12-13 12:23:53 -08:00
Michał Gołębiowski
3410f65e79
perf(jqLite): implement and use the empty method in place of html(‘’)
...
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.
Closes #4457
2013-12-13 02:07:11 -08:00
mbrookes
82e97cf53e
docs(guide/expression): remove misplaced comma
...
Closes #5280
2013-12-12 11:25:41 +00:00
Jürgen Walter
cf2a7614a4
docs(tutorial/step-07): update path to pages in e2e scenarios
...
The url paths in the tutorial are not in line with the actual tutorial code
Closes #5264
2013-12-12 11:22:31 +00:00
Mattias Holmlund
4ac21ac039
docs(error/transclude/orphan): fix spelling mistakes
...
Closes #5259
2013-12-12 11:15:31 +00:00
Andy Ferra
8ec2743ca1
docs(design): guide index formatting
...
Just my first pass at a more readable format of the guide index.
Note: the styles apply to all content in the docs, not just the guide
index. This is intentional and I feel that the result is positive.
2013-12-09 16:32:10 -08:00
gdi2290
082fe180ec
docs(contribute) add platform agnostic git install link
...
Closes #5216
2013-12-09 20:27:08 +00:00
Shane M. Pelletier
d3491083a5
docs(tutorial): enlarge clickable area of tutorial nav buttons
...
Change position of <a> and <li> tags in tutorial nav buttons
partial. This allows the full area of the button to be clicked
rather than just the text.
Closes #5074
Closes #5209
2013-12-09 20:24:54 +00: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
Andres Kalle
09648e4888
docs(tutorial/step-6): remove unused class="diagram"
...
Closes #5197
2013-12-05 22:17:07 +00:00
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