| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-27 | chore(Rakefile): rewrite version numbers in all index files | Igor Minar | |
| 2012-08-25 | chore(docs): support _escaped_fragment_ hack for crawler | Igor Minar | |
| 2012-08-24 | chore(docs): use GAE and Google CDN for docs | Igor Minar | |
| Short summary: if you use local node server everything should work as before, if you use GAE, everything should work now as well, but we pull assets from CDN. - GAE doesn't support ':' in filenames, so I had to replace it with '_' but only in the filename, all servers were reconfigured to rewrite the urls from : to _ when doing file lookup - We now pull angular assets from google CDN when deployed on GAE (locally or in production). When running on a non GAE server we pull assets from ../ directory as before - Since only certain versions of Angular are available on CDN and we want to be able to autodeploy docs, I had to pin down the Angular files to a "stable" version when running on GAE | |||
| 2012-08-24 | docs(a): expose hidden docs | Igor Minar | |
| It seems that docs for these directive were previously hidden by accident | |||
| 2012-08-24 | docs(ngRoute): fix typo | johnlindquist | |
| aftre -> after | |||
| 2012-08-24 | docs(tutorial): fix typo in step_00 | phil | |
| Just removed an extra comma. No big deal. | |||
| 2012-08-13 | fix($compile): denormalize directive templates | Igor Minar | |
| Since developers are allowed to customize start/end interpolation strings, but third-party directive creators don't know about these customizations, we should standardize on {{ }} in templates of reusable (third-party) directives. During the compilation, these templates are then denormalized to use whatever the custom start/end symbol is, effectively translating the template into the syntax of the runtime environment. This addresses an issue raised at http://goo.gl/e8VPV Existing code should not be affected by this change since project that do use custom interpolation markers are not expected to use {{ }} in existing directive templates. | |||
| 2012-08-13 | refactor($compile): code cleanup | Igor Minar | |
| 2012-08-13 | fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbols | Brian Ford | |
| Closes #1134 | |||
| 2012-08-13 | style(ngPluralizeSpec): fix indentation | Igor Minar | |
| 2012-08-13 | feat($interpolate): expose start/end symbols in run phase | Igor Minar | |
| previously the startSymbol() and endSymbol() getters were exposed only via provider in the config phase | |||
| 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 | |
