fix(doc) cleanup all api doc link warnings

This commit is contained in:
Misko Hevery
2011-11-10 18:47:47 -08:00
parent f6d98f1472
commit b09595a3c1
61 changed files with 270 additions and 253 deletions

View File

@@ -43,7 +43,7 @@ and {@link dev_guide.expressions expressions}:
In a simple single-page app, the template consists of HTML, CSS, and angular directives contained
in just one HTML file (usually `index.html`). In a more complex app, you can display multiple views
within one main page using "partials", which are segments of template located in separate HTML
files. You "include" the partials in the main page using the {@link api/angular.service.$route
files. You "include" the partials in the main page using the {@link api/angular.module.NG.$route
$route} service in conjunction with the {@link api/angular.widget.ng:view ng:view} directive. An
example of this technique is shown in the {@link tutorial/ angular tutorial}, in steps seven and
eight.