Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix(docs): "in depth" -> "in-depth"
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 21, 2012
1 parent e3e8813 commit a1107e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/compiler.ngdoc
Expand Up @@ -60,7 +60,7 @@ api/ng.directive:ngBind `ng-bind`} directive.
</pre> </pre>


Directive is just a function which executes when the compiler encounters it in the DOM. See {@link Directive is just a function which executes when the compiler encounters it in the DOM. See {@link
api/ng.$compileProvider.directive directive API} for in depth documentation on how api/ng.$compileProvider.directive directive API} for in-depth documentation on how
to write directives. to write directives.


Here is a directive which makes any element draggable. Notice the `draggable` attribute on the Here is a directive which makes any element draggable. Notice the `draggable` attribute on the
Expand Down

0 comments on commit a1107e8

Please sign in to comment.