| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-13 | docs($interpolateProvider): fixing docs | Igor Minar | |
| 2012-08-13 | fix($interpolate): $interpolateProvider.endSymbol() returns startSymbol | Igor Minar | |
| I also added missing tests. | |||
| 2012-08-13 | docs($interpolate): fix typo in description | Igor Minar | |
| 2012-08-12 | docs($compileProvider): remove duplicate of .directive() | Vojta Jina | |
| 2012-08-12 | docs: fix broken links to $compileProvider.directive() | Vojta Jina | |
| 2012-08-10 | fix(docs): fixed documentation for using linky | Brian Ford | |
| 2012-08-10 | chore(ngDoc): add support for custom @usage metadata | Brian Ford | |
| 2012-08-10 | fix(docs): added note about using JSON3 as a polyfill for IE7 | Brian Ford | |
| 2012-08-10 | fix(docs): added note about needing JSON shim for IE7 and earlier | Brian Ford | |
| 2012-08-10 | fix(option): support option elements in datalist | Igor Minar | |
| previously we expected to find option elements only within select element and if that was not the case we throw an error. This made it impossible to include datalist element with nested option elements in the template. Closes #1165 | |||
| 2012-08-10 | docs($rootScope): fix $on listener signature doc | unirgy | |
| Added args in $on() listener syntax declaration | |||
| 2012-08-10 | test(jqLite): add missing test for $destroy event | Igor Minar | |
| 2012-08-10 | fix(form): prevent page reload when form destroyed | Igor Minar | |
| this fix ensures that we prevent the default action on form submission (full page reload) even in cases when the form is being destroyed as a result of the submit event handler (e.g. when route change is triggered). The fix is more complicated than I'd like it to be mainly because we need to ensure that we don't create circular references between js closures and dom elements via DOM event handlers that would then result in a memory leak. Also the differences between IE8, IE9 and normal browsers make testing this ugly. Closes #1238 | |||
| 2012-08-10 | test(form): fix broken preventDefault test | Igor Minar | |
| the original test relied on incorrect assumptions about how jasmine async tests work (when setTimeout is triggered) and how browser reloads a page (the sequence of events) and thus the test passes even when the default is not prevented. this change fixes the test by registering an extra submit event handler that checks if the default was prevented. if the default was not prevented, the test will fail and the page will be reloaded causing the test runner to panic. | |||
| 2012-08-10 | refactor(formSpec): group preventDefault specs into a describe | Igor Minar | |
| 2012-08-10 | docs(faq): update faq docs | Igor Minar | |
| 2012-08-10 | docs(styles): fix the cog icon alignment | Igor Minar | |
| 2012-08-10 | chore(nodeserver): add font mime type | Vojta Jina | |
| 2012-08-10 | docs(guide): hide scenario for directive example | Vojta Jina | |
| scenario test for this example would be tricky, we need to teach the runner how to inject mocks first. | |||
| 2012-08-10 | docs(design): fix icons | Vojta Jina | |
| Copy fontawesome during build | |||
| 2012-08-10 | fix(docs): "in depth" -> "in-depth" | brettcannon | |
| 2012-07-19 | docs(readme): improve blurb about AngularJS in README.md | Igor Minar | |
| 2012-07-19 | fix(docs): Capitalize Angular. | brettcannon | |
| 2012-07-19 | fix(docs): Fix a spelling mistake by replacing the noun with "it" | brettcannon | |
| 2012-07-19 | fix(docs): "were" -> "where" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "URL". | brettcannon | |
| 2012-07-19 | fix(docs): Fixed defer to timeout change in timer directive example | Chris Dawson | |
| 2012-07-19 | fix(docs): Spelling errors | Chris Dawson | |
| 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-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| bootstrap page. | |||
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| compiler page. | |||
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| overview page. | |||
| 2012-07-16 | fix(docs): correct typo | Kevin Old | |
| 2012-07-02 | docs(readme): add blurb about AngularJS to README.md | Igor Minar | |
| 2012-07-02 | fix(docs): correctly generate sitemap | Igor Minar | |
| 2012-07-02 | fix(docs): fix broken ng-docs specs | Igor Minar | |
