mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
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:
4
docs/content/error/compile/selmulti.ngdoc
Normal file
4
docs/content/error/compile/selmulti.ngdoc
Normal file
@@ -0,0 +1,4 @@
|
||||
@ngdoc error
|
||||
@name $compile:selmulti
|
||||
@fullName Binding to Multiple Attribute
|
||||
@description
|
||||
Reference in New Issue
Block a user