aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
AgeCommit message (Collapse)Author
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-19docs(api): remove ngRoute.$routeParams link from ng sectionAaron Wang
Closes #6219
2014-02-16docs(api/index): fix ambiguous ngClick linkPeter Bacon Darwin
ngClick appears in more than one module so we must make it explicit.
2014-02-16docs(bike-shed-migration): move ng module doc into Angular.jsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2014-01-17docs(api): adds links to top level guidesJeff Jewiss
The main api docs page is probably the main landing page for many devs looking to learn angular, so linking to the main guide pages would likely help. Closes #5869
2014-01-10docs(api/index): fix typoRoy Ling
Closes #5738
2013-12-17docs(ng): fix typo and line lengthsOliver Schmidt
Closes #5288
2013-11-07docs(guide/filter): Refactor filter guide docsTobias 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-06docs(guide/overview): Refactor overview and mvc docsTobias 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-30docs(api): fix broken linksPete Bacon Darwin
2013-10-30docs(api): fix broken linksFred Sauer
Closes #4705
2013-10-30docs(api): improve grammarJoeLeCodeur
Closes #4690
2013-10-26docs(api/index): improve grammar@supercobra
Closes #4648
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-08-22docs(module): improve the installation instructions for optional modulesBrian 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-06docs(module): fixed module example and corrected typosGodmar Back
2012-08-30docs(api): fix typo on home pagephil
Refference -> Reference
2012-06-12docs(*): simplify doc urlsIgor 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-04chore(docs): re-skin main documentationMisko Hevery
2012-04-21docs(directive): fix transclusion examplesVojta Jina
2012-04-11docs($compile): fixed typosimpulton
2012-04-11docs($compile): fix typo in the docs templateURL -> templateUrlIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-04-04fix(docs): remove ngModelInstant from all examplesIgor Minar
just fixing leftover code after the removal of ngModelInstant
2012-03-13docs(input): Fix some broken links, add missing $, use ng- in examplesVojta Jina
2012-03-12docs(directive): add more docs for the directive apiIgor Minar
2012-03-08docs(directive, module): add various missing docs and fix existing docsIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-03-07docs($compileProvider.directive): Update iAttrs docsVojta Jina
2012-02-28docs(forms): Update API docs for formsVojta Jina
- API forms (ng:model + controller, form + controller) - fix some broken links - ng:change, ng:model-instant
2012-02-28refactor(forms): Even better formsVojta 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-21docs($compile): transclude documentationMisko Hevery
2012-01-26docs($compileProvider.directive): fix some typosVojta Jina
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
- turn everything into a directive
2012-01-23refactor(scope): separate controller from scopeVojta 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-19docs(inputType): fix small typoVojta Jina
2012-01-10feat(module): new module loaderMisko Hevery
2011-11-14add(doc): added missing angular.module.ng namespaceMisko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14docs(browser): moved and migrate browser removed unneeded files.Misko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-10-26feat(docs): Add scenario runner into dev guideVojta Jina
And update the link in the tutorial as well...
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
it's not useful any more and it only makes the docs look ugly
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar