From 186a68f8ff7356871d23110b27c7c2d597d37d72 Mon Sep 17 00:00:00 2001 From: Misha Moroshko Date: Thu, 6 Mar 2014 15:06:55 +1100 Subject: docs(guide/services): minor fixes --- docs/content/guide/services.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/services.ngdoc') diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc index 86458f5f..bc2a4f85 100644 --- a/docs/content/guide/services.ngdoc +++ b/docs/content/guide/services.ngdoc @@ -19,7 +19,7 @@ you'll also want to {@link services#creating-services create your own}.
**Note:** Like other core Angular identifiers built-in services always start with `$` -(i.e. `$http`). +(e.g. `$http`).
@@ -129,7 +129,7 @@ injection of `$window`, `$scope`, and our `notify` service: -
+
**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.
-- cgit v1.2.3