| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-26 | docs(tutorial/step-11): add missing dependencies | Sean Fahey | |
| Closes #4633 | |||
| 2013-10-26 | docs(guide/directive): improve wording | Pete Bacon Darwin | |
| 2013-10-26 | docs(guide/directive): we are registering directives, not controllers | Joey Organisak | |
| Closes #4615 | |||
| 2013-10-26 | docs(ngdoc.js): fix usage to display attributes as dash-case | David Bennett | |
| Closes 4611 | |||
| 2013-10-25 | docs(guide/bootstrap): fix typo | Artemy Tregubenko | |
| Closes #4578 | |||
| 2013-10-25 | docs(tutorial/step-7): add doctype directive to example | Jesse Palmer | |
| Closes #4552 | |||
| 2013-10-25 | docs(tutorial/step-2): add beforeEach to load module | DanS | |
| The non-global controller test throws an error because the test does not know about the module and so can not find the controller. This change tells the test about the module so the test can find the controller. Closes #4489 | |||
| 2013-10-25 | docs(tutorial/step-5): fix wrong link to services guide | phamdt | |
| Closes #4477 | |||
| 2013-10-25 | docs(guide): rewrite guide landing page | Brad Green | |
| Change landing page to include a set of curated links with subject headings as a guide through Angular's docs and other resources. Closes #4470 | |||
| 2013-10-25 | docs(guide/e2e-testing): remove superfluous block of text | Maarten Stolte | |
| The removed block is repeated from the unit-testing guide and appears in an awkward place in this text. Closes #4456 | |||
| 2013-10-25 | docs(guide/expression): fix duplicate key error in example | mmieszek | |
| The example that demonstrates how to parse expressions can fail if you pass in the same expression twice. By using "track by $index" we can fix this. Closes #4472 | |||
| 2013-10-24 | docs(error/multidir): improve the sentence fluency | CloudDueling.com | |
| Closes #4449 | |||
| 2013-10-24 | docs(tutorial/step_00): reword sentence to make sense | Walter Higgins | |
| Closes #4429 | |||
| 2013-10-24 | docs(modulerr): fix typo | G.H. Naylor | |
| Closes #4418 | |||
| 2013-10-24 | docs(tutorial/step-07): fix typo | Josh McAdams | |
| Closes #4410 | |||
| 2013-10-24 | chore(ngdocs): ensure the docs menu changes when browsing a different section | Matias Niemelä | |
| Closes #4619 | |||
| 2013-10-23 | docs(guide/directive,guide/compiler,): drastically improve | Brian Ford | |
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-10-22 | feat(ngdocs): add forward slash shortcut key for search bar | Matias Niemelä | |
| 2013-10-22 | fix(ngdocs): remove the side search bar | Matias Niemelä | |
| BREAKING CHANGE The side search bar on the docs page has been removed in favor of the top search bar. | |||
| 2013-10-18 | docs: correct broken links | Vojta Jina | |
| This also contains some whitespace corrections by my editor. | |||
| 2013-10-18 | chore(docs): generate header ids for better linking | Vojta Jina | |
| - generate ids for all headers - collect defined anchors - check broken links (even if the page exists, but the anchor/id does not) | |||
| 2013-10-15 | docs($rootScope): better document infinite digest and ttl | Igor Minar | |
| 2013-10-14 | docs(guide/animations): improve wording of sentence | David Gonzalez | |
| Closes #4405 | |||
| 2013-10-14 | docs(guide/directive): improve readability and grammar. | sflahave | |
| Closes #4386 | |||
| 2013-10-14 | docs(cookbook/deeplinking): fix typo | David Gonzalez | |
| 2013-10-14 | docs(tutorial/step-07): fix typo | commonlisp | |
| Closes #4390 | |||
| 2013-10-14 | docs(tutorial/step-05): fix incomplete sentence | Patrick Canfield | |
| Closes #4399 | |||
| 2013-10-14 | docs(tutorial/step-04): actually add age property to the code example | Patrick Canfield | |
| Closes #4400 | |||
| 2013-10-14 | docs(tutorial/step-5): add missing formatting to examples | royling | |
| The indenting doesn't work for code samples that are inside bullet points. Closes #4403 | |||
| 2013-10-11 | docs(tutorial/step12): fix callout formatting | Brian Ford | |
| 2013-10-11 | docs(tutorial/step07): explain injecting providers in callout | Brian Ford | |
| 2013-10-11 | docs(tutorial/step12): summary link to closing notes | Brian Ford | |
| 2013-10-11 | docs(tutorial/step11): use DI annotations, fix summary | Brian Ford | |
| 2013-10-11 | docs(tutorial/step10): use DI annotations | Brian Ford | |
| 2013-10-11 | docs(tutorial/step08): use DI annotations | Brian Ford | |
| 2013-10-11 | docs(tutorial/step07): improve explanations, add note about ngRoute | Brian Ford | |
| 2013-10-11 | docs(tutorial/step05): fix formatting, use DI annotations in example code | Brian Ford | |
| 2013-10-11 | docs(tutorial/step02): fix formatting | Brian Ford | |
| 2013-10-11 | docs(guide/controller): improve guidance and examples | Pete Bacon Darwin | |
| Remove mention of global controller functions Convert larger examples to runnable demos Remove mention of pre-1.0 controllers, in particular discussion of controller inheritance. TODO: Probably could do with updating to explain the "controller as" syntax at some point. Closes: #4373 | |||
| 2013-10-11 | docs(guide/controller): use `.controller` syntax | Felix | |
| Use the recommended `module.controller` syntax rather than global functions to define controllers in the examples. | |||
| 2013-10-10 | chore(ngdocs): improve the side search animation effects | Matias Niemelä | |
| 2013-10-09 | docs(tutorial/step11): correct Jasmine Matcher link | Marko Bonaci | |
| Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329 | |||
| 2013-10-08 | docs(guide/animations): improve animations guide | Brian Ford | |
| 2013-10-08 | docs(tutorial): fix style across tutorial steps | Brian Ford | |
| 2013-10-08 | feat(tutorial): add step 12 of the phonecat tutorial | Brian Ford | |
| 2013-10-08 | docs(cookbook/adv_forms): simplify example | J Bruni | |
| Pass the `$index` directly to the `removeContact` function, instead of searching for it in an expensive forEach loop. Closes #4320 | |||
| 2013-10-07 | fix(*): protect calls to hasOwnProperty in public API | Peter Bacon Darwin | |
| Objects received from outside AngularJS may have had their `hasOwnProperty` method overridden with something else. In cases where we can do this without incurring a performance penalty we call directly on Object.prototype.hasOwnProperty to ensure that we use the correct method. Also, we have some internal hash objects, where the keys for the map are provided from outside AngularJS. In such cases we either prevent `hasOwnProperty` from being used as a key or provide some other way of preventing our objects from having their `hasOwnProperty` overridden. BREAKING CHANGE: Inputs with name equal to "hasOwnProperty" are not allowed inside form or ngForm directives. Before, inputs whose name was "hasOwnProperty" were quietly ignored and not added to the scope. Now a badname exception is thrown. Using "hasOwnProperty" for an input name would be very unusual and bad practice. Either do not include such an input in a `form` or `ngForm` directive or change the name of the input. Closes #3331 | |||
| 2013-10-06 | docs(tutorial/step02): fix missing brace | pzajdel | |
| Closes #4301 | |||
| 2013-10-05 | docs(tutorial/step_07): fix module name | Eric Large | |
| Closes #4283 | |||
