Skip to content

Commit

Permalink
Merge pull request #5 from seedstack/magador-patch-click-bug
Browse files Browse the repository at this point in the history
Temporary fix to correct Angular Material bug
  • Loading branch information
Jean-Baptiste Lenglet authored Jul 20, 2016
2 parents cd127b2 + dc1d149 commit 0cb9628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w20-material-theme",
"version": "1.0.1",
"version": "1.0.3",
"license": "MPL-2.0",
"main": "modules/main.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w20-material-theme",
"version": "1.0.1",
"version": "1.0.3",
"license": "MPL-2.0",
"main": "modules/material-theme.js",
"description": "W20 Material theme",
Expand Down
2 changes: 1 addition & 1 deletion templates/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="header-title" data-ng-if="!sidenav.logoImg" data-ng-bind="{{ sidenav.
</a>
<p>{{sidenav.user}}</p>
</header>
<md-list-item class="" data-ng-repeat="route in sidenav.routes" data-ng-click="go(route.path)" md-no-ink>
<md-list-item class="" data-ng-repeat="route in sidenav.routes" ng-click="go(route.path)" md-no-ink>
<md-icon class="material-icons md-avatar-icon">{{route.icon || 'chevron_right'}}</md-icon>
<p>{{displayName(route)}}</p>
</md-list-item>
Expand Down

0 comments on commit 0cb9628

Please sign in to comment.