We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d7b6e commit 90fa28fCopy full SHA for 90fa28f
app/views/nav_trek_map.html
@@ -65,7 +65,7 @@ <h1 ng-bind="$root.applicationName"></h1>
65
{{ 'nav_trek_map.difficulty' | translate }}
66
</div>
67
<button class="filters-list__bt button button-icon icon-top" ng-repeat="difficulty in filtersData.difficulties" ng-model="activeFilters.difficulty[difficulty.value]" btn-checkbox ng-click="filterTreks" uncheckable>
68
- <div class="difficulty-icon" ng-include="difficulty.icon"></div>
+ <img class="difficulty-icon" ng-src="{{ difficulty.icon }}" alt="{{ difficulty.name }}"></div>
69
<span>{{ difficulty.name }}</span>
70
</button>
71
</li>
0 commit comments