From bf49b8f921e25a335577fc0acb927fbb3bbd712c Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 25 Aug 2015 18:54:21 -0300 Subject: [PATCH] Fix some a11y issues. Icon must have aria-hidden --- src/app/components/category-list/category-list.html | 4 ++-- src/app/components/navbar/navbar.html | 6 +++--- src/app/pages/header/header.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/category-list/category-list.html b/src/app/components/category-list/category-list.html index 3952e69..0355722 100644 --- a/src/app/components/category-list/category-list.html +++ b/src/app/components/category-list/category-list.html @@ -7,8 +7,8 @@ ng-class="{active: categoryListCtrl.selectedCategory.slug === category.slug}" ng-click="categoryListCtrl.selectCategory(category, $event)"> - - + + {{::category.name}} diff --git a/src/app/components/navbar/navbar.html b/src/app/components/navbar/navbar.html index 478ee57..b7b2063 100644 --- a/src/app/components/navbar/navbar.html +++ b/src/app/components/navbar/navbar.html @@ -3,9 +3,9 @@