From e115342fce6094db3d07e0bdd0b19e29cc0dd9c3 Mon Sep 17 00:00:00 2001 From: Zhong Liang Ong Date: Tue, 7 Jan 2014 16:34:06 +0800 Subject: docs(directives): Fixed typo from HMTL to HTML in line 283 HTML was mis-spelt as HMTL --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 035993d7..32877dd0 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -280,7 +280,7 @@ using `templateUrl` instead: Great! But what if we wanted to have our directive match the tag name `` instead? -If we simply put a `` element into the HMTL, it doesn't work. +If we simply put a `` element into the HTML, it doesn't work.
**Note:** When you create a directive, it is restricted to attribute only by default. In order to -- cgit v1.2.3