| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2013-10-03 | docs(guide/directive): clarify use of binding to scopes | gdennie | |
| The use of 'angular' as sample text is confusing to the newbie in that they are forced to confirm that the text 'angular' is not a keyword or otherwise referring to a system component. This is changed to a more obvious sample text. The most common form of `ngBind` is moved to the top of the list. Closes #4237 | |||
| 2013-10-03 | docs(guide/directive): fix indentation in example code | mtaran-google | |
| Closes #4241 | |||
| 2013-10-03 | docs(guide/$location): fix broken example demo | Pete Bacon Darwin | |
| The demo of the hash-bang vs html5-mode deep links was broken since the introduction of a check for previously bootstrapped elements. See this commit: 3ee744cc63 We fix this problem by applying a null for the injector value of the element of the at the root of the sub-app. It also turns out that it was not necessary, and if fact broke the demo, to replace the $document service for the sub-app. This was because the $compile service calls `$document.createElement()`, which doesn't exist on a `div`. Finally, the bootstrap CSS was limiting the width of the ngAddress bar input box, which made it difficult to see the changing URLs. | |||
| 2013-10-03 | docs(guide/$location): replace host.com addresses with example.com | Freek Wielstra | |
| The host.com links on this documentation page took you to an ad page of dubious content. Now changed to example.com, in accordance with RFC 2606 Closes #4206 | |||
| 2013-10-03 | docs(tutorial): improve wording and consistency | Pete Bacon Darwin | |
| 2013-10-03 | docs(tutorial): update examples to show best practices | James Dunn | |
| Closes #4256, #4255, #4254, #4253, #4250, #4092 | |||
| 2013-10-01 | feat($sce): simpler patterns for $sceDelegateProviders white/blacklists | Chirayu Krishnappa | |
| Closes #4006 | |||
| 2013-09-30 | fix(ngTransclude): detect ngTranslude usage without a transclusion directive | jankuca | |
| Closes #3759 | |||
| 2013-09-30 | docs(guide): describe directive replace:false | Ron Waldon | |
| Previous version stated `replace:false` will append template to element. Improve description to accurately state that template will _replace_ the contents of the current element. Closes #2235, #4166 | |||
| 2013-09-30 | docs(tutorial/step0): fix minor typo | Richard Sentino | |
| Closes #4154 | |||
| 2013-09-30 | docs(minerr): add note about ngRoute in injector/modulerr | Brian Ford | |
| 2013-09-28 | docs(guide/overview): fix typo | Thomas Tuts | |
| Closes #4188 | |||
| 2013-09-27 | docs(guide/e2e-testing): select also uses ng-model (like input) | joscarsson | |
| This is specified for input fields, but not for selects. This change specifies it also for select(). | |||
| 2013-09-27 | docs(overview.ngdoc): fix small typo in overview.ngdoc | Lane Goldberg | |
| 2013-09-26 | docs(minerr): fix broken style from long line in nonassign | Brian Ford | |
| 2013-09-26 | docs(guide/services): fix another typo | Pete Bacon Darwin | |
| 2013-09-25 | docs(guide/services): fix typo | Michael Kueller | |
| Closes #4112 | |||
| 2013-09-25 | docs(guide/$location): provide a title for section about `replace()` | gdennie | |
| Closes #4104 | |||
| 2013-09-25 | docs(guide/$location): clarify $location service role | gdennie | |
| Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'. Closes #4103 | |||
| 2013-09-25 | docs(guide/e2e-testing): Fix typo | janhartigan | |
| Closes #4100 | |||
| 2013-09-19 | docs(FAQ): update jQuery compatibility | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): rewording of explanation | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): explain services in plain language | anilgulecha | |
| See the discussion at http://docs.angularjs.org/guide/dev_guide.services.understanding_services#comment-1002821035 Closes #4055 | |||
