chore(docs): re-skin main documentation

This commit is contained in:
Misko Hevery
2012-04-28 22:45:28 -07:00
parent d0159454df
commit 8e2675029f
82 changed files with 2725 additions and 2696 deletions

View File

@@ -57,7 +57,7 @@ manipulation—the presentation logic of an application—is well known for bein
Putting any presentation logic into controllers significantly affects testability of the business
logic. Angular offers {@link dev_guide.templates.databinding} for automatic DOM manipulation. If
you have to perform your own manual DOM manipulation, encapsulate the presentation logic in
{@link api/angular.module.ng.$compileProvider.directive directives}.
{@link guide/directive directives}.
- Input formatting — Use {@link dev_guide.forms angular form controls} instead.
- Output filtering — Use {@link dev_guide.templates.filters angular filters} instead.
- Run stateless or stateful code shared across controllers — Use {@link dev_guide.services angular