From c7e815f63b6c22f5bbc798f34386c01fa72cab7d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 6 Feb 2014 13:33:42 +0000 Subject: docs(bike-shed-migration): fix up links outside the domain It is safer to use markdown style links and save jsdoc style links for internal links and code references --- docs/content/tutorial/step_05.ngdoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/content/tutorial/step_05.ngdoc') diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index ae7fd8fe..568412e8 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -16,9 +16,7 @@ injection (DI)} to provide the service to the `PhoneListCtrl` controller. You should now see a list of 20 phones. -The most important changes are listed below. You can see the full diff on {@link -https://github.com/angular/angular-phonecat/compare/step-4...step-5 -GitHub}: +The most important changes are listed below. You can see the full diff on [GitHub](https://github.com/angular/angular-phonecat/compare/step-4...step-5): ## Data @@ -108,8 +106,7 @@ properties are considered private, and should not be accessed or modified. ### A Note on Minification Since Angular infers the controller's dependencies from the names of arguments to the controller's -constructor function, if you were to {@link http://en.wikipedia.org/wiki/Minification_(programming) -minify} the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be +constructor function, if you were to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be minified as well, and the dependency injector would not be able to identify services correctly. There are two ways to overcome issues caused by minification: -- cgit v1.2.3