aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2013-11-27docs(guide/concepts): fix incorrect module name in exampledeepak-kapoor
Closes #5116
2013-11-27docs(guide/di): use square bracket notation for $inject annotationEvan Winslow
Closes #5104
2013-11-27docs(guide/providers): fix typoPavel Pomerantsev
Closes #5102
2013-11-27docs(guide/compiler): add fourth step on appending the compiled template to ↵Marc Lipovsky
the DOM Closes #5087
2013-11-27docs(migration): add a note about "private" properties being revertedrodyhaddad
Closes #5086
2013-11-26docs(guide/scope): access the current element's scope in the console.smarigowda
Closes #4884
2013-11-22chore(docs): remove Disqus commentsBrian Ford
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-21test(docs): fix the failing specsVojta Jina
Because Grunt was not failing the build, we didn't noticed these failing specs.
2013-11-21docs(guide/unit-testing): minor style and grammar changesjody tate
Closes #5057
2013-11-21docs(faq): update compressed and minified file sizegdi2290
Closes #5058
2013-11-21docs(guide/ie): add info about what IE versions are supportedscottywakefield
Added text from https://github.com/angular/angular.js/issues/4974 Closes #5070
2013-11-21docs(guide/migration): fix typo ngHtmlBind -> ngBindHtmlIgor Minar
2013-11-20docs(tutorial/step-2): correct the link to jasmine docsAshutosh Das
Closes #5029
2013-11-20docs(guide/directive): use `hideDialog` handler in exampleMaksim
The handler is in the controller but was not being used in the template. Closes #5020
2013-11-20docs(guide/ie): fix typogipsy86147
Closes #5006
2013-11-20docs(guide/providers): remove extra closing parenthesis in exampleDave Gaeddert
Closes #5005
2013-11-20docs(guide/migration): fix typoTyler Eich
Closes #5002
2013-11-20docs(guide/compiler): fix typo in isolate scope defYves Richard
Closes #4999
2013-11-20docs(tutorial): minimum node.js version is 0.10 (Windows too)Stéphane Reynaud
The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 But the change was not made ​​for the part of Windows. Closes #4967
2013-11-20docs(guide/migration): fix typoJayson Harshbarger
Closes #4965
2013-11-18docs(guide/directive): clarify code example for isolated scopes bindingsJens Berthold
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-18docs(guide/directive): add note about HTML case-insensitivityPete Bacon Darwin
Closes #4719
2013-11-18docs(tutorial/step-4): controllers are no longer global functionsChance
The docs did not line up with the codebase / previous steps of the tutorial. Closes #4988
2013-11-18docs(guide/i18n): fix link to i18n files in the projectPete Bacon Darwin
Closes #4998
2013-11-14docs: fix the "show source" buttonVojta Jina
Closes #4904
2013-11-14docs(tutorial): change controllers to not have name twicevictorbjelkholm
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-14docs(misc/faq): fix invalid escaping of characterandre
Backslash is acting as escape character so text is not properly formatted. Closes #4923
2013-11-14docs(guide/concepts): controllers can also access scopesmarigowda
Closes #4918
2013-11-14docs(guide/concepts): improve sentence wordingPhillip Alexander
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-14docs(tutorial/step-2): remove repeated "the"Mauro Carrero
Closes #4854
2013-11-14docs(guide/directive): split long linesPete Bacon Darwin
2013-11-14docs(guide/directive): clarify sentence meaningxdhmoore
Closes #4873
2013-11-14docs(tutorial/step-12): fix incorrect code filenamePeter Kosa
Closes #4860