| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-06 | docs(guide/overview): Refactor overview and mvc docs | Tobias Bosch | |
| Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates. | |||
| 2013-10-22 | style: make jshint happy | Vojta Jina | |
| 2013-10-14 | docs(ngInit): fix typo | Tyler McGinnis | |
| Closes #4384 | |||
| 2013-10-10 | docs(ngInit): add note on best practices | Brian Ford | |
| 2013-09-11 | docs(ng.directives): add correct @restrict for all ng directives | rodyhaddad | |
| 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-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 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 | |
