From e47d29eee91b251412db04f39c4162d1259b6c3c Mon Sep 17 00:00:00 2001 From: Alexander Karpan Date: Tue, 10 Jun 2014 22:06:48 +0200 Subject: [PATCH] Update services.ngdoc Fix in a mis-parsed link with ')' symbol in it --- docs/content/guide/services.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc index 542777b595a0..585df0613348 100644 --- a/docs/content/guide/services.ngdoc +++ b/docs/content/guide/services.ngdoc @@ -130,7 +130,7 @@ injection of `$window`, `$scope`, and our `notify` service:
-**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) your +**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) your code, your variable names will get renamed unless you use one of the annotation techniques above.