From 8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 13 Mar 2012 19:36:09 -0700 Subject: docs(links): corrected borken links --- docs/content/guide/dev_guide.templates.ngdoc | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'docs/content/guide/dev_guide.templates.ngdoc') diff --git a/docs/content/guide/dev_guide.templates.ngdoc b/docs/content/guide/dev_guide.templates.ngdoc index 2f62e89a..541b63fd 100644 --- a/docs/content/guide/dev_guide.templates.ngdoc +++ b/docs/content/guide/dev_guide.templates.ngdoc @@ -10,31 +10,28 @@ the dynamic view DOM. These are the types of angular elements and element attributes you can use in a template: -* {@link dev_guide.compiler.directives Directive} — An attribute that augments an existing DOM +* {@link api/angular.module.ng.$compileProvider.directive Directive} — An attribute that augments an existing DOM element. -* {@link dev_guide.compiler.widgets Widget} — A custom DOM element. An example of a built-in widget -is {@link api/angular.module.ng.$compileProvider.directive.@ng:repeat ng:repeat}. -* {@link dev_guide.compiler.markup Markup} — Shorthand for a widget or a directive. The double +* {@link api/angular.module.ng.$interpolate Markup} — The double curly brace notation `{{ }}` to bind expressions to elements is built-in angular markup. * {@link dev_guide.templates.filters Filter} — Formats your data for display to the user. -* {@link dev_guide.forms Form widgets} — Lets you validate user input. +* {@link dev_guide.forms Form controls} — Lets you validate user input. Note: In addition to declaring the elements above in templates, you can also access these elements in JavaScript code. The following code snippet shows a simple angular template made up of standard HTML tags along with -angular {@link dev_guide.compiler.directives directives}, {@link dev_guide.compiler.markup markup}, -and {@link dev_guide.expressions expressions}: +angular {@link api/angular.module.ng.$compileProvider.directive directives} and {@link dev_guide.expressions expressions}:
-
- 
- 
-   
-   
+ 
+   
+   
-   
+