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

Commit afbdee4

Browse files
author
Heidi Jungel
committed
docs(tutorial/7 - Routing
On line 173, added alt attribute for WCAG 1.1.1
1 parent 0df4ff8 commit afbdee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ __`app/partials/phone-list.html`:__
170170

171171
<ul class="phones">
172172
<li ng-repeat="phone in phones | filter:query | orderBy:orderProp" class="thumbnail">
173-
<a href="#/phones/{{phone.id}}" class="thumb"><img ng-src="{{phone.imageUrl}}"></a>
173+
<a href="#/phones/{{phone.id}}" class="thumb"><img ng-src="{{phone.imageUrl}}" alt="{{phone.alt}}></a>
174174
<a href="#/phones/{{phone.id}}">{{phone.name}}</a>
175175
<p>{{phone.snippet}}</p>
176176
</li>

0 commit comments

Comments
 (0)