Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 58b01fa

Browse files
jennifersongcaitp
authored andcommitted
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
1 parent 84ad0a0 commit 58b01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ properties are considered private, and should not be accessed or modified.
109109
### A Note on Minification
110110

111111
Since Angular infers the controller's dependencies from the names of arguments to the controller's
112-
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
112+
constructor function, if you were to [minify](http://goo.gl/SAnnsm) the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be
113113
minified as well, and the dependency injector would not be able to identify services correctly.
114114

115115
There are two ways to overcome issues caused by minification:

0 commit comments

Comments
 (0)