aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-01-10docs: update step_04.ngdoc with a clarificationNaomi Black
closes #5730
2014-01-10docs: add clarification in step 2 of the tutorialNaomi Black
2014-01-10docs: fix the 'view source' button for snapshotsNarretz
Closes #5590 Closes #5641
2014-01-09docs(tutorial): improve experiment instructionsIgor Minar
Closes #5697
2014-01-09fix(docs): Add missing whitespaceRené Wilhelm
2014-01-09fix(docs): Update reference to `$routeProvider.otherwise`stucash
2014-01-09fix(docs): Clarifying versions of IE that need special fixesCraig Younkins
2014-01-08feat(docs): adding the <doc:protractor> ngdoc-tagJulie
This is the first step in migrating tests from <doc:scenario> to <doc:protractor>. In-documentation examples with doc:protractor sections will have their contents output to a tab on the docs site as well as output to a standalone test file in build/docs/ptore2e.
2014-01-07docs(directives): Fixed typo from HMTL to HTML in line 283Zhong Liang Ong
HTML was mis-spelt as HMTL
2014-01-06docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errorsJay Goldman
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
2014-01-06docs(forms): show directive name instead of link pathRoy Ling
2014-01-06docs(guide/i18n): fix a typoTyler McGinnis
Closes #5651
2014-01-06docs(tutorial): do not recommend global install of KarmaVojta Jina
Closes #5498
2014-01-06chore(docs): remove uppercase heading stylingMatias Niemelä
Closes #5593
2014-01-02fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8Igor Minar
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-02docs(error/ngRepeat/dupes): fix typoDrew Perttula
Closes #5610
2013-12-20docs(guide/forms): update examplemkolodny
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-20docs(guide/forms): code style changes for an examplemkolodny
Closes #5499
2013-12-19docs(guide): fix typoKlaus Weiss
Closes #5481
2013-12-19docs(tutorial/step-4): fix typoTony Cronin
Closes #5356
2013-12-18docs(guide): fixed *off typo in angular.injector example commentZachary Babtkis
Closes #5441
2013-12-18docs(tutorial/step-5): fix typojustmiaotou
Closes #5347
2013-12-18docs(guide/directive): improve access to isolate scope informationPete Bacon Darwin
Closes #5329
2013-12-18docs(tutorial/step_11): fix indenting in an exampleJesse Browne
Closes #5322
2013-12-18docs(contribute): you may need sudo to install globally on unix systemsKurt Funai
Closes #5318
2013-12-18docs(error/noregexp): fix link to ng-patternZiang Song
Closes #5313
2013-12-17docs(bootstrap-prettify): fix $timeout issues and update related docsPete Bacon Darwin
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-17docs(tutorial/step-11): change "last" to "next"Stéphane Reynaud
Since step 12 was added, step 11 is not the last. So this is not the last improvement. Closes #5306
2013-12-17docs(tutorial/step-0): fix twitter bootstrap linkGrigoriy Beziuk
The url of twitter bootstrap was outdated. Closes #5290
2013-12-17docs(ng): fix typo and line lengthsOliver Schmidt
Closes #5288
2013-12-17docs(css): improve definition table styleSharon DiOrio
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-13docs: fix a broken linkVojta Jina
2013-12-13docs: use q-io instead of deprecated q-fsVojta Jina
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-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
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-12docs(guide/expression): remove misplaced commambrookes
Closes #5280
2013-12-12docs(tutorial/step-07): update path to pages in e2e scenariosJürgen Walter
The url paths in the tutorial are not in line with the actual tutorial code Closes #5264
2013-12-12docs(error/transclude/orphan): fix spelling mistakesMattias Holmlund
Closes #5259
2013-12-09docs(design): guide index formattingAndy Ferra
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-09docs(contribute) add platform agnostic git install linkgdi2290
Closes #5216
2013-12-09docs(tutorial): enlarge clickable area of tutorial nav buttonsShane M. Pelletier
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-09docs(guide/forms): clarify how NgModelController can be added to scopeWesley Cho
Closes #5200
2013-12-05docs(tutorial/step-6): remove unused `class="diagram"`Andres Kalle
Closes #5197
2013-12-05docs(tutorial/step-3): remember to install karma pluginsPete Bacon Darwin
2013-12-05docs(tutorial/step-2): remember to install karma pluginsPete Bacon Darwin
2013-12-04docs(tutorial/step-3): add module to `ng-app` directive in code sampleIwona Lalik
Closes #5184
2013-12-04docs(tutorial/step-12): fix refernce to incorrect jquery versionElwin Arens
Closes #5156
2013-11-28chore(docs): fix back-to-top anchor in angularjs.org doc pagesPeter Bacon Darwin
Closes https://github.com/angular/angularjs.org/issues/45
2013-11-27docs(tutorial/step-10): fix typoLevi Weiss
Closes #5171
2013-11-27docs(tutorial/step-12): fix typoAmmar
Closes #5148
2013-11-27docs(tutorial/step-0): add target="_blank" to open app in new pagemagoswiat
Closes #5145