Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 17f8ed1

Browse files
andresgottliebThomasBurleson
authored andcommitted
Fix wrong example caption
Closes #6284
1 parent 562d7c1 commit 17f8ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/autocomplete/js/autocompleteDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ angular
120120
* </form>
121121
* </hljs>
122122
*
123-
* In this example, our code utilizes `md-item-template` and `md-not-found` to specify the
124-
* different parts that make up our component.
123+
* In this example, our code utilizes `md-item-template` and `ng-messages` to specify
124+
* input validation for the field.
125125
*/
126126

127127
function MdAutocomplete () {

0 commit comments

Comments
 (0)