From 58b01fac1ec80b34f2deb2fe87321a9de19ea6d7 Mon Sep 17 00:00:00 2001 From: Jennifer Song Date: Thu, 20 Feb 2014 16:50:03 -0800 Subject: docs(tutorial/step-05): replace minify wiki link with shortened URL marked has an existing bug where links ending with a ')' will not be parsed correctly. The workaround is to use a shortened URL. The original URL that is being replaced by this commit is http://en.wikipedia.org/wiki/Minification_(programming) . Closes #6377 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index f717528d..d00f95b0 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -109,7 +109,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 [minify](http://en.wikipedia.org/wiki/Minification_(programming)) the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be +constructor function, if you were to [minify](http://goo.gl/SAnnsm) 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