aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Moroshko2014-03-06 15:06:55 +1100
committerBrian Ford2014-03-07 15:08:16 -0800
commit1c20aed31801eac10e31214593f8f9d0a2a8430b (patch)
treeb5634c9b3833293d5ddf17bda138de82bb8dbf6f
parent4c4d24a33802e630fac848978156c3697f70ceae (diff)
downloadangular.js-1c20aed31801eac10e31214593f8f9d0a2a8430b.tar.bz2
docs(guide/services): minor fixes
-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>