| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-17 | docs(ng): fix typo and line lengths | Oliver Schmidt | |
| Closes #5288 | |||
| 2013-11-07 | docs(guide/filter): Refactor filter guide docs | Tobias Bosch | |
| This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions. | |||
| 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-30 | docs(api): fix broken links | Pete Bacon Darwin | |
| 2013-10-30 | docs(api): fix broken links | Fred Sauer | |
| Closes #4705 | |||
| 2013-10-30 | docs(api): improve grammar | JoeLeCodeur | |
| Closes #4690 | |||
| 2013-10-26 | docs(api/index): improve grammar | @supercobra | |
| Closes #4648 | |||
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-08-22 | docs(module): improve the installation instructions for optional modules | Brian Ford | |
| Currently, the documentation does a bad job of explaining the distinction between the services that it provides, and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing. This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that inlines the appropriate instructions based on the name of the module. | |||
| 2012-09-06 | docs(module): fixed module example and corrected typos | Godmar Back | |
| 2012-08-30 | docs(api): fix typo on home page | phil | |
| Refference -> Reference | |||
| 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-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-21 | docs(directive): fix transclusion examples | Vojta Jina | |
| 2012-04-11 | docs($compile): fixed typo | simpulton | |
| 2012-04-11 | docs($compile): fix typo in the docs templateURL -> templateUrl | Igor Minar | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-04-04 | fix(docs): remove ngModelInstant from all examples | Igor Minar | |
| just fixing leftover code after the removal of ngModelInstant | |||
| 2012-03-13 | docs(input): Fix some broken links, add missing $, use ng- in examples | Vojta Jina | |
| 2012-03-12 | docs(directive): add more docs for the directive api | Igor Minar | |
| 2012-03-08 | docs(directive, module): add various missing docs and fix existing docs | Igor Minar | |
| 2012-03-08 | chore(compiler): change default restriction to attribute only for directives | Misko Hevery | |
| 2012-03-07 | docs($compileProvider.directive): Update iAttrs docs | Vojta Jina | |
| 2012-02-28 | docs(forms): Update API docs for forms | Vojta Jina | |
| - API forms (ng:model + controller, form + controller) - fix some broken links - ng:change, ng:model-instant | |||
| 2012-02-28 | refactor(forms): Even better forms | Vojta Jina | |
| - remove $formFactory completely - remove parallel scope hierarchy (forms, widgets) - use new compiler features (widgets, forms are controllers) - any directive can add formatter/parser (validators, convertors) Breaks no custom input types Breaks removed integer input type Breaks remove list input type (ng-list directive instead) Breaks inputs bind only blur event by default (added ng:bind-change directive) | |||
| 2012-02-21 | docs($compile): transclude documentation | Misko Hevery | |
| 2012-01-26 | docs($compileProvider.directive): fix some typos | Vojta Jina | |
| 2012-01-25 | docs(compiler): update the compiler docs | Misko Hevery | |
| 2012-01-25 | refactor(directives): connect new compiler | Misko Hevery | |
| - turn everything into a directive | |||
| 2012-01-23 | refactor(scope): separate controller from scope | Vojta Jina | |
| Controller is standalone object, created using "new" operator, not messed up with scope anymore. Instead, related scope is injected as $scope. See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k Closes #321 Closes #425 Breaks controller methods are not exported to scope automatically Breaks Scope#$new() does not take controller as argument anymore | |||
| 2012-01-19 | docs(inputType): fix small typo | Vojta Jina | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
| 2011-11-14 | add(doc): added missing angular.module.ng namespace | Misko Hevery | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | docs(browser): moved and migrate browser removed unneeded files. | Misko Hevery | |
| 2011-11-14 | doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module | Misko Hevery | |
| 2011-10-26 | feat(docs): Add scenario runner into dev guide | Vojta Jina | |
| And update the link in the tutorial as well... | |||
| 2011-10-12 | docs(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-09-02 | docs(guide/tutorial/misc): sync with google docs | Igor Minar | |
| 2011-06-15 | docs - stripping extra new lines | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | api doc fixes from ken | Igor Minar | |
| 2011-06-06 | add new version of api/angular doc | Igor Minar | |
| 2011-06-06 | new batch of docs | Igor Minar | |
| 2011-06-06 | fixing broken links | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
