aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/compile/selmulti.ngdoc
AgeCommit message (Collapse)Author
2013-08-08docs(compile/selmulti): description for compile/selmulti errorMisko Hevery
Closes #3459
2013-07-26fix($compile): don't use new with minErrKen Sheedlo
Someone wrote `throw new $compileMinErr(...)` when it should have been `throw $compileMinErr(...)`. This caused a build warning.