| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(protractor tests): fix up e2e tests | Julie | |
| 2014-02-16 | docs(bike-shed-migration): fix invalid </file name=""> HTML in examples | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): convert <doc:...> examples to <example>... | Peter Bacon Darwin | |
| 2014-02-16 | docs(all): convert <pre>/</pre> snippets to GFM snippets | Caitlin Potter | |
| 2014-02-16 | docs(bike-shed-migration): convert doctype and names | Peter Bacon Darwin | |
| 2014-01-28 | test(docs): convert example end to end doc tests from scenario runner to ↵ | Julie | |
| protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023 | |||
| 2013-12-19 | docs(ngCloak): style name is ng-cloak, not ngCloak | snicolai | |
| Closes #5374 | |||
| 2013-10-22 | fix: don't inline css in csp mode. | tigbro | |
| Also add `angular-csp.css` to the resulting build. | |||
| 2013-09-20 | docs(ngCloak): fix grammar, clarity | Dave Peticolas | |
| Closes #4076 | |||
| 2013-09-11 | docs(ng.directives): add correct @restrict for all ng directives | rodyhaddad | |
| 2013-07-02 | fix(ngCloak): hide element even when CSS 'display' is set | Vineet Kumar | |
| Previously an element like <div class="foo ng-cloak">...</div> would still be annoyingly visible if it matched a CSS rule like .foo { display: inline-block; }, overriding ng-cloak's display: none. | |||
| 2013-03-29 | docs(*): fixed typos | Pascal Borreli | |
| 2013-03-08 | docs(ngCloak): update the CSS rule with data-ng-cloak | Christian Vuerings | |
| 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 | |||
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
