| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-09 | fix(docs): Clarifying versions of IE that need special fixes | Craig Younkins | |
| 2014-01-07 | docs(directives): Fixed typo from HMTL to HTML in line 283 | Zhong Liang Ong | |
| HTML was mis-spelt as HMTL | |||
| 2014-01-06 | docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors | Jay Goldman | |
| Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section | |||
| 2014-01-06 | docs(forms): show directive name instead of link path | Roy Ling | |
| 2014-01-06 | docs(guide/i18n): fix a typo | Tyler McGinnis | |
| Closes #5651 | |||
| 2014-01-06 | docs(tutorial): do not recommend global install of Karma | Vojta Jina | |
| Closes #5498 | |||
| 2014-01-02 | fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8 | Igor 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-02 | docs(error/ngRepeat/dupes): fix typo | Drew Perttula | |
| Closes #5610 | |||
| 2013-12-20 | docs(guide/forms): update example | mkolodny | |
| 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 | docs(guide/forms): code style changes for an example | mkolodny | |
| Closes #5499 | |||
| 2013-12-19 | docs(guide): fix typo | Klaus Weiss | |
| Closes #5481 | |||
| 2013-12-19 | docs(tutorial/step-4): fix typo | Tony Cronin | |
| Closes #5356 | |||
| 2013-12-18 | docs(guide): fixed *off typo in angular.injector example comment | Zachary Babtkis | |
| Closes #5441 | |||
| 2013-12-18 | docs(tutorial/step-5): fix typo | justmiaotou | |
| Closes #5347 | |||
| 2013-12-18 | docs(guide/directive): improve access to isolate scope information | Pete Bacon Darwin | |
| Closes #5329 | |||
| 2013-12-18 | docs(tutorial/step_11): fix indenting in an example | Jesse Browne | |
| Closes #5322 | |||
| 2013-12-18 | docs(contribute): you may need sudo to install globally on unix systems | Kurt Funai | |
| Closes #5318 | |||
| 2013-12-18 | docs(error/noregexp): fix link to ng-pattern | Ziang Song | |
| Closes #5313 | |||
| 2013-12-17 | docs(bootstrap-prettify): fix $timeout issues and update related docs | Pete 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-17 | docs(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-17 | docs(tutorial/step-0): fix twitter bootstrap link | Grigoriy Beziuk | |
| The url of twitter bootstrap was outdated. Closes #5290 | |||
| 2013-12-17 | docs(ng): fix typo and line lengths | Oliver Schmidt | |
| Closes #5288 | |||
| 2013-12-13 | docs: fix a broken link | Vojta Jina | |
| 2013-12-13 | perf(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-12 | docs(guide/expression): remove misplaced comma | mbrookes | |
| Closes #5280 | |||
| 2013-12-12 | docs(tutorial/step-07): update path to pages in e2e scenarios | Jürgen Walter | |
| The url paths in the tutorial are not in line with the actual tutorial code Closes #5264 | |||
| 2013-12-12 | docs(error/transclude/orphan): fix spelling mistakes | Mattias Holmlund | |
| Closes #5259 | |||
| 2013-12-09 | docs(design): guide index formatting | Andy 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-09 | docs(contribute) add platform agnostic git install link | gdi2290 | |
| Closes #5216 | |||
| 2013-12-09 | docs(guide/forms): clarify how NgModelController can be added to scope | Wesley Cho | |
| Closes #5200 | |||
| 2013-12-05 | docs(tutorial/step-6): remove unused `class="diagram"` | Andres Kalle | |
| Closes #5197 | |||
| 2013-12-05 | docs(tutorial/step-3): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-05 | docs(tutorial/step-2): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-04 | docs(tutorial/step-3): add module to `ng-app` directive in code sample | Iwona Lalik | |
| Closes #5184 | |||
| 2013-12-04 | docs(tutorial/step-12): fix refernce to incorrect jquery version | Elwin Arens | |
| Closes #5156 | |||
| 2013-11-27 | docs(tutorial/step-10): fix typo | Levi Weiss | |
| Closes #5171 | |||
| 2013-11-27 | docs(tutorial/step-12): fix typo | Ammar | |
| Closes #5148 | |||
| 2013-11-27 | docs(tutorial/step-0): add target="_blank" to open app in new page | magoswiat | |
| Closes #5145 | |||
| 2013-11-27 | docs(guide/concepts): fix incorrect module name in example | deepak-kapoor | |
| Closes #5116 | |||
| 2013-11-27 | docs(guide/di): use square bracket notation for $inject annotation | Evan Winslow | |
| Closes #5104 | |||
| 2013-11-27 | docs(guide/providers): fix typo | Pavel Pomerantsev | |
| Closes #5102 | |||
| 2013-11-27 | docs(guide/compiler): add fourth step on appending the compiled template to ↵ | Marc Lipovsky | |
| the DOM Closes #5087 | |||
| 2013-11-27 | docs(migration): add a note about "private" properties being reverted | rodyhaddad | |
| Closes #5086 | |||
| 2013-11-26 | docs(guide/scope): access the current element's scope in the console. | smarigowda | |
| Closes #4884 | |||
| 2013-11-21 | docs(guide/unit-testing): minor style and grammar changes | jody tate | |
| Closes #5057 | |||
| 2013-11-21 | docs(faq): update compressed and minified file size | gdi2290 | |
| Closes #5058 | |||
| 2013-11-21 | docs(guide/ie): add info about what IE versions are supported | scottywakefield | |
| Added text from https://github.com/angular/angular.js/issues/4974 Closes #5070 | |||
| 2013-11-21 | docs(guide/migration): fix typo ngHtmlBind -> ngBindHtml | Igor Minar | |
| 2013-11-20 | docs(tutorial/step-2): correct the link to jasmine docs | Ashutosh Das | |
| Closes #5029 | |||
| 2013-11-20 | docs(guide/directive): use `hideDialog` handler in example | Maksim | |
| The handler is in the controller but was not being used in the template. Closes #5020 | |||
