From fe4f0ea262da180268c2cfe42d328447e9fe3d99 Mon Sep 17 00:00:00 2001 From: Arlen Christian Mart Cuss Date: Tue, 19 Mar 2013 15:02:03 +1100 Subject: docs(directive): Fix entity confusion in example. --- docs/content/guide/directive.ngdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 1988ef42..2bc46879 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -39,11 +39,11 @@ the following example.
Hello
- <span ng:bind="name">
- <span ng_bind="name">
- <span ng-bind="name">
- <span data-ng-bind="name">
- <span x-ng-bind="name">
+ <span ng:bind="name">
+ <span ng_bind="name">
+ <span ng-bind="name">
+ <span data-ng-bind="name">
+ <span x-ng-bind="name">
-- cgit v1.2.3