docs(error/noregexp): fix link to ng-pattern

Closes #5313
This commit is contained in:
Ziang Song 2013-12-06 13:56:20 -05:00 committed by Pete Bacon Darwin
parent 30252a0504
commit 41534816a4

View file

@ -4,4 +4,4 @@
@description
This error occurs when 'ngPattern' is passed an expression that isn't a regular expression or doesn't have the expected format.
For more information on valid expression syntax, see 'ngPattern' in {@link api/ng.directive:select input} directive docs.
For more information on valid expression syntax, see 'ngPattern' in {@link api/ng.directive:input input} directive docs.