| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-21 | docs(tutorial): update step_00.ngdoc | gdennie | |
| Clarify the little snippet on dash vs camelCase html to directive naming pattern Closes #3550 | |||
| 2013-08-21 | docs(tutorial): fix links in step 00 | Igor Minar | |
| 2013-08-21 | Update step_00.ngdoc | Yang Pengcheng | |
| the <a> is incorrect. there is no space between "a" and "href" | |||
| 2013-08-21 | docs(tutorial): update step_07.ngdoc | rodbv | |
| "Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer. Closes #3641 | |||
| 2013-08-20 | fix(docs): fix diagram in tutorial/step_02 | Nepoxx | |
| Removes whitespace before image tag as it caused it to be interpreted as a code block. Closes #3668 | |||
| 2013-08-14 | fix(tutorial): fix broken link caused by bad line break | ebeal | |
| 2013-08-13 | docs(tutorial): fix links to ngRoute module | Vojta Jina | |
| 2013-07-27 | docs(tutorial): mention the controller along the scope | Roland | |
| 2013-07-27 | docs(tutorial): add formatting | Roland | |
| the string literal {{query}} was missing as it was not enclosed into `` | |||
| 2013-07-27 | docs(tutorial): add that the test also creates a controller | Roland | |
| 2013-07-25 | docs(guide): remove superfluous }); | Roland | |
| 2013-07-12 | chore(ngdoc): wrap all pages inside of a container tag for easy styling | Matias Niemelä | |
| 2013-07-02 | docs(tutorial/step9): formatted Unicode character line | exex zian | |
| Add tick and cross mark corresponding to their respective unicodes. | |||
| 2013-06-27 | docs(tutorial): add experiment showing reverse sort | Nelson Blaha | |
| 2013-06-18 | docs(tutorial): add missing 'node' command and <code> tags | gdi2290 | |
| 2013-06-18 | docs(tutorial/step_07): add commas make tutorial read more clearly | John Bohn | |
| 2013-06-13 | docs(tutorial/step_05): apply more useful link to services | Ore Landau | |
| 2013-05-21 | docs(tutorial): fix the float issue with the improve docs button | Matias Niemelä | |
| 2013-05-18 | docs(tutorial): update test config file name | Andrew Vida | |
| 2013-05-09 | docs(tutorial): add comment about injection annotation | Pete Bacon Darwin | |
| Closes: #1163 | |||
| 2013-04-15 | docs(tutorial): testacular renamed to karma | Pete Bacon Darwin | |
| Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo. | |||
| 2013-02-06 | docs(tutorial): remove extra back-tick character | Thomas Schultz | |
| 2013-01-29 | docs(tutorial): fix typo | radu | |
| Update docs/content/tutorial/step_00.ngdoc removed redundant verb | |||
| 2013-01-17 | docs(guide): minor grammar fixes | Matt Rohrer | |
| 2012-12-08 | docs(tutorial): typo fix commandx -> command | Eric Case | |
| 2012-11-11 | docs(tutorial): change module name in step-7 | Jamison Dance | |
| 2012-10-18 | docs(tutorial): replace JsTD with Testacular + drop snapshots | Igor Minar | |
| JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. | |||
| 2012-09-06 | docs(module): fixed module example and corrected typos | Godmar Back | |
| 2012-08-30 | docs(tutorial): correct typos and clarify a few sections | Fernando Correia | |
| 2012-08-30 | doc(misc) Mention how attribute names map to directive names. | brettcannon | |
| 2012-08-23 | docs(tutorial): fix typo in step_00 | phil | |
| Just removed an extra comma. No big deal. | |||
| 2012-07-19 | fix(docs): Capitalize Angular. | brettcannon | |
| 2012-07-19 | fix(docs): "were" -> "where" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "URL". | brettcannon | |
| 2012-07-19 | fic(docs): Consistently use __bold__ for things that must be done when ↵ | brettcannon | |
| moving the ng-controller declaration. | |||
| 2012-07-19 | fix(docs): Tweak some grammar and add some links relating to DI. | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "APIs" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "Angular". | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize Angular. | brettcannon | |
| 2012-07-19 | fix(docs): Add a missing "the". | brettcannon | |
| 2012-07-19 | fix(docs): ngRepeater isn't a thing, ngRepeat is | brettcannon | |
| 2012-07-19 | fix(docs): Remove a redundant "in". | brettcannon | |
| 2012-07-18 | fix(docs): Grammatical fix | brettcannon | |
| 2012-07-18 | fix(docs): Fixed some awkward wording | brettcannon | |
| 2012-07-18 | fix(docs): Tweak formatting and wording of a list | brettcannon | |
| 2012-07-18 | fix(docs): Don't want the present participle of "is" | brettcannon | |
| 2012-07-18 | fix(docs): Adjectve accidentally made into an adverb | brettcannon | |
| 2012-07-18 | fix(docs): Minor grammatical fix | brettcannon | |
| 2012-07-16 | fix(docs): Fixed typo: changed `ngRepeate` to `ngRepeat`. | Rishabh Rao | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
