aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
AgeCommit message (Collapse)Author
2014-02-05chore(end2end): remove old references to the scenario runner and update to ↵Julie
point to protractor
2014-02-03docs(animations): ngClass usage should link to ngClass documentationAlan Rubin
Fixing reference to ngClass documentation Closes #6089
2014-01-31docs(guide/templates.css-styling): fix "`{{}}`"Stéphane Reynaud
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950
2014-01-28test(docs): convert example end to end doc tests from scenario runner to ↵Julie
protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023
2014-01-23docs(guide/filter): link to an example of a filter unit testBrian Ford
2014-01-21docs(guide/directive): clarify attr object definitionIgor Minar
Closes #5884
2014-01-21style(guide/directive): remove wsIgor Minar
2014-01-21docs(guide/controller): fix duplicated "and" typoStéphane Reynaud
Remove the second instance of the word "and" from the docs where it was duplicated.
2014-01-18docs(services): use $log service in example consistently with $log APIJoshua Flanagan
The $log provider returns an object and not a function, so this example, which appears to be using the $log provider, should call it as it would be called in a real-world application. Closes #5875
2014-01-17docs(directive): link to directive registration api functionBen McCann
Originally, this issue was regarding documenting `restrict: 'CM'` in the directive guide, but it was pointed out that the restrict documentation is covered in the $compile documentation. Because of this, a link was simply added to the $compile documentation. However, the wording suggests that it's actually linking to the directive registration function, in $compileProvider, so the docs will link there instead. There is a link only a paragraph below to the $compile documentation, so this does not hurt. Closes #5516
2014-01-16docs(animations): renamed animate-show-hide to sample-show-hideRob Wormald
This always throws me off - I think it helps to make it clear that the class name is arbitrary, and what matters is the .ng-etc classes. Closes #5848
2014-01-15docs(concepts): fix typos in explanationakerekes
Code uses module names with '2' as suffix while the explanation used the module names without the suffix. The diagram is correct but also does not suffix the module names. Closes #5567
2014-01-15docs(guide/directive): rephrase for consistencyRoy Ling
- referring to `=attr` rather than `=prop` is consistent with note under example with =customerInfo - change `prop` to `attr` (basically `prop` refers to property in JS object, `attr` is for HTML tag) - change the function name in description to match the name in code example Closes #5786
2014-01-13docs(guide): fix a typoPop
2014-01-10docs(i18n): remove use of gendered pronounJeff Cross
2014-01-09fix(docs): Add missing whitespaceRené Wilhelm
2014-01-09fix(docs): Clarifying versions of IE that need special fixesCraig Younkins
2014-01-07docs(directives): Fixed typo from HMTL to HTML in line 283Zhong Liang Ong
HTML was mis-spelt as HMTL
2014-01-06docs(forms): show directive name instead of link pathRoy Ling
2014-01-06docs(guide/i18n): fix a typoTyler McGinnis
Closes #5651
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-18docs(guide): fixed *off typo in angular.injector example commentZachary Babtkis
Closes #5441
2013-12-18docs(guide/directive): improve access to isolate scope informationPete Bacon Darwin
Closes #5329
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-13docs: fix a broken linkVojta Jina
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-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(guide/forms): clarify how NgModelController can be added to scopeWesley Cho
Closes #5200
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-21docs(guide/unit-testing): minor style and grammar changesjody tate
Closes #5057
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(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(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(guide/i18n): fix link to i18n files in the projectPete Bacon Darwin
Closes #4998
2013-11-14docs(guide/concepts): controllers can also access scopesmarigowda
Closes #4918