aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Moroshko2014-03-06 15:06:55 +1100
committerBrian Ford2014-03-06 15:38:59 -0800
commit186a68f8ff7356871d23110b27c7c2d597d37d72 (patch)
treec57cafcd16114571c0ad64a1ce609921aa853c26 /docs
parent46bd6dc88de252886d75426efc2ce8107a5134e9 (diff)
downloadangular.js-186a68f8ff7356871d23110b27c7c2d597d37d72.tar.bz2
docs(guide/services): minor fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/services.ngdoc4
1 files changed, 2 insertions, 2 deletions
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}.
<div class="alert alert-info">
**Note:** Like other core Angular identifiers built-in services always start with `$`
-(i.e. `$http`).
+(e.g. `$http`).
</div>
@@ -129,7 +129,7 @@ injection of `$window`, `$scope`, and our `notify` service:
</file>
</example>
-<div class="alert alert-error">
+<div class="alert alert-danger">
**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.
</div>