diff options
| author | Ziang Song | 2013-12-06 13:56:20 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-18 21:14:10 +0000 | 
| commit | 41534816a4873b71913c936e17692931a07e3a85 (patch) | |
| tree | 60f2aea9c83206e9919450cb93cfc76c8d9930d7 /docs/content/error | |
| parent | 30252a05049c557cf3c05cdf4a8d36fa9e4ab395 (diff) | |
| download | angular.js-41534816a4873b71913c936e17692931a07e3a85.tar.bz2 | |
docs(error/noregexp): fix link to ng-pattern
Closes #5313
Diffstat (limited to 'docs/content/error')
| -rw-r--r-- | docs/content/error/ngPattern/noregexp.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/error/ngPattern/noregexp.ngdoc b/docs/content/error/ngPattern/noregexp.ngdoc index 8d1e4c5d..6adb14db 100644 --- a/docs/content/error/ngPattern/noregexp.ngdoc +++ b/docs/content/error/ngPattern/noregexp.ngdoc @@ -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. | 
