From 81063a748c666594f4b0f06715d3acc6fd2e07cf Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 10 Apr 2011 14:16:08 -0700 Subject: fix typo in angular.widget docs --- docs/angular.widget.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/angular.widget.ngdoc') diff --git a/docs/angular.widget.ngdoc b/docs/angular.widget.ngdoc index 6360f8ea..bcde5f1a 100644 --- a/docs/angular.widget.ngdoc +++ b/docs/angular.widget.ngdoc @@ -41,7 +41,7 @@ angular.widget('my:watch', function(compileElement) { Let's implement the same widget, but this time as an attribute that can be added to any existing DOM element.
-<div my-watch="name">text</div>
+<div my:watch="name">text</div>
 
You can implement `my:watch` attribute like this:
-- 
cgit v1.2.3