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.
This commit is contained in:
Ken Sheedlo
2013-07-26 15:53:45 -07:00
parent fbad068aeb
commit 11521a4cde
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
@ngdoc error
@name $compile:selmulti
@fullName Binding to Multiple Attribute
@description