Commit af4b2eff24b68f60dad4f3784eeb964f91d538cc
1 parent
90587cd0
Exists in
master
and in
4 other branches
Create route to acessibility page
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
src/app/index.route.js
| ... | ... | @@ -171,6 +171,17 @@ |
| 171 | 171 | } |
| 172 | 172 | } |
| 173 | 173 | }) |
| 174 | + .state('acessibilidade', { | |
| 175 | + url: '/acessibilidade', | |
| 176 | + ncyBreadcrumb: {label: 'Acessibilidade'}, | |
| 177 | + views: { | |
| 178 | + 'main': { | |
| 179 | + templateUrl: 'app/pages/article/article.html', | |
| 180 | + controller: 'ArticlePageController', | |
| 181 | + controllerAs: 'pageArticle' | |
| 182 | + } | |
| 183 | + } | |
| 184 | + }) | |
| 174 | 185 | .state('mapa-do-site', { |
| 175 | 186 | url: '/mapa-do-site', |
| 176 | 187 | ncyBreadcrumb: {label: 'Mapa do Site'}, | ... | ... |