From 11521a4cde689c2bd6aaa227b1f45cb3fb53725b Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 26 Jul 2013 15:53:45 -0700 Subject: fix($compile): don't use new with minErr Someone wrote `throw new $compileMinErr(...)` when it should have been `throw $compileMinErr(...)`. This caused a build warning. --- docs/content/error/compile/selmulti.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/content/error/compile/selmulti.ngdoc (limited to 'docs') diff --git a/docs/content/error/compile/selmulti.ngdoc b/docs/content/error/compile/selmulti.ngdoc new file mode 100644 index 00000000..d737ca35 --- /dev/null +++ b/docs/content/error/compile/selmulti.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $compile:selmulti +@fullName Binding to Multiple Attribute +@description -- cgit v1.2.3