From e27fb4ddd69126834ced3f200da959b19d5b2160 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Aug 2013 10:59:48 -0700 Subject: docs(minErr): rename compile/utrat to compile/uterdir --- docs/content/error/compile/utrat.ngdoc | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 docs/content/error/compile/utrat.ngdoc (limited to 'docs/content/error/compile/utrat.ngdoc') diff --git a/docs/content/error/compile/utrat.ngdoc b/docs/content/error/compile/utrat.ngdoc deleted file mode 100644 index a6c647bb..00000000 --- a/docs/content/error/compile/utrat.ngdoc +++ /dev/null @@ -1,34 +0,0 @@ -@ngdoc error -@name $compile:utrat -@fullName Unterminated Directive -@description - -This error occurs when using multi-element directives and a `directive-start` attribute fails to form a matching pair with a corresponding `directive-end` attribute. -A `directive-start` should have a matching `directive-end` on a sibling node in the DOM. For instance, - -``` -