Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | docs(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
Closes #5447 | |||
2014-02-27 | docs(guides/providers): fix typo | Pavel Pomerantsev | |
Closes #5465 | |||
2014-02-26 | docs(guide): add a new django tutorial | Mauro | |
- add a link to a tutorial on intergrating angular and django | |||
2014-02-26 | docs(guide/directive): update directive restrict options | pyriand3r | |
- add missing 'C' restriction for class names | |||
2014-02-24 | docs(guide/concepts): reference correct module name. | adeelcap15 | |
Fixed a mistake, changed invoice to invoice2. Closes #6438 | |||
2014-02-22 | docs(guide): grammar fix | George Cox | |
use of the article, both definite and indefinite, is not optional Closes #5981 | |||
2014-02-21 | docs(*): fix anchors for members in api docs | Peter Bacon Darwin | |
2014-02-21 | docs(guide/filter): fix input type in example | Peter Bacon Darwin | |
Closes #6366 | |||
2014-02-21 | docs(guide/di): fix url-based links refs to AUTO module | Stéphane Reynaud | |
Closes #6386 | |||
2014-02-21 | docs(guide/compiler): fix url-based links refs to AUTO module | Stéphane Reynaud | |
Closes #6385 | |||
2014-02-21 | docs(guide/i18n): fix url-based links refs to AUTO module | Stéphane Reynaud | |
Closes #6383 | |||
2014-02-21 | docs(guide/scope): fix url-based links refs to AUTO module | Stéphane Reynaud | |
Closes #6382 | |||
2014-02-21 | docs(guide/location): fix url-based link to AUTO module | Stéphane Reynaud | |
Closes #6381 | |||
2014-02-20 | docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵ | Tobias Leugger - Vibes | |
and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227 | |||
2014-02-20 | docs(guide/directive): add a more detailed description of isolate scope `&` ↵ | Brad Williams | |
bindings More description of "&" bindings, the fact that they trigger evaluation of expressions in the original scope's context. Closes #6255 | |||
2014-02-20 | docs(ie): document IE style attribute interpolation problem | Richard Collins | |
IE has issues with this, it's good to make a note of this. Closes #6329 | |||
2014-02-18 | docs(guide/providers): fix example snippet | Igor Minar | |
Closes #6331 Closes #6332 | |||
2014-02-18 | docs(guide/compiler): remove innacurate statement | Shai Reznik | |
The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301 | |||
2014-02-17 | docs(guide/concepts): clarify wording | plmetz | |
2014-02-16 | docs(bike-shed-migration): convert guide <doc:...> examples to <example>... | Caitlin Potter | |
This CL also contains style fixes as the converted scripts caused jshint to complain. | |||
2014-02-16 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
2014-02-16 | docs(content): fix bad links | Peter Bacon Darwin | |
2014-02-16 | docs(examples): fix example dependencies | Peter Bacon Darwin | |
2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
2014-02-16 | docs(all): convert <pre>/</pre> snippets to GFM snippets | Caitlin Potter | |
2014-02-16 | docs(bike-shed-migration): fix up links outside the domain | Peter Bacon Darwin | |
It is safer to use markdown style links and save jsdoc style links for internal links and code references | |||
2014-02-12 | docs(guide/$location): correct link to HTML5 draft section 5.5 (history api) | Stéphane Reynaud | |
Previous link url is no longer served, responds with bad link (error 404). This change corrects the URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in 2012. Corrects the link to "History API" Closes #6225 | |||
2014-02-11 | docs(guide/index): replace "shold" to "should" | Stéphane Reynaud | |
Replace "shold" to "should" Closes #6216 | |||
2014-02-10 | style(guide): remove ws | Igor Minar | |
2014-02-10 | docs(guide): add new resource links | Jeremy Likness | |
Added a link to 10 reasons to use and online courses for Angular Closes #6194 | |||
2014-02-10 | style(guide/concepts): remove ws | Igor Minar | |
2014-02-10 | docs(guide/concepts): removing confusing use of hoisting | Sequoia McDowell | |
Closes #6207 | |||
2014-02-10 | docs(concepts): Remove pointless `* 1`s | Sequoia McDowell | |
Closes #6206 | |||
2014-02-10 | docs(guide/scope): fix a typo | Victor Berchet | |
Signed-off-by: Caitlin Potter <caitpotter88@gmail.com> Closes #6202 | |||
2014-02-05 | chore(testing): run end to end tests on firefox and safari as well as chrome | Julie | |
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for. | |||
2014-02-05 | chore(end2end): remove old references to the scenario runner and update to ↵ | Julie | |
point to protractor | |||
2014-02-03 | docs(animations): ngClass usage should link to ngClass documentation | Alan Rubin | |
Fixing reference to ngClass documentation Closes #6089 | |||
2014-01-31 | docs(guide/templates.css-styling): fix "`{{}}`" | Stéphane Reynaud | |
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950 | |||
2014-01-28 | test(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-23 | docs(guide/filter): link to an example of a filter unit test | Brian Ford | |
2014-01-21 | docs(guide/directive): clarify attr object definition | Igor Minar | |
Closes #5884 | |||
2014-01-21 | style(guide/directive): remove ws | Igor Minar | |
2014-01-21 | docs(guide/controller): fix duplicated "and" typo | Stéphane Reynaud | |
Remove the second instance of the word "and" from the docs where it was duplicated. | |||
2014-01-18 | docs(services): use $log service in example consistently with $log API | Joshua 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-17 | docs(directive): link to directive registration api function | Ben 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-16 | docs(animations): renamed animate-show-hide to sample-show-hide | Rob 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-15 | docs(concepts): fix typos in explanation | akerekes | |
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-15 | docs(guide/directive): rephrase for consistency | Roy 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-13 | docs(guide): fix a typo | Pop | |