Skip to content

Commit

Permalink
docs(guide/services): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko authored and btford committed Mar 6, 2014
1 parent 46bd6dc commit 186a68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/guide/services.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 186a68f

Please sign in to comment.