Craig Younkins
cb9c0f200a
fix(docs): Clarifying versions of IE that need special fixes
2014-01-09 16:34:16 -08:00
Zhong Liang Ong
e115342fce
docs(directives): Fixed typo from HMTL to HTML in line 283
...
HTML was mis-spelt as HMTL
2014-01-07 16:51:47 -08:00
Jay Goldman
1b0718bf89
docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors
...
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
2014-01-06 20:06:27 -05:00
Roy Ling
28cfd96fdc
docs(forms): show directive name instead of link path
2014-01-06 16:34:49 -08:00
Tyler McGinnis
99d5defb1a
docs(guide/i18n): fix a typo
...
Closes #5651
2014-01-06 16:11:53 -08:00
Vojta Jina
d4d58f287f
docs(tutorial): do not recommend global install of Karma
...
Closes #5498
2014-01-06 14:48:50 -08:00
Igor Minar
6c17d02bc4
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
...
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.
I'm also removing the noxhr error doc because nobody will ever get that error.
Closes #2518
Closes #5043
2014-01-02 22:04:32 -08:00
Drew Perttula
6a6f71f238
docs(error/ngRepeat/dupes): fix typo
...
Closes #5610
2014-01-02 21:34:34 -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
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
Vojta Jina
03088d6010
docs: fix a broken link
2013-12-13 12:28:02 -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
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
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
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