Skip to content

Commit 38ca8b1

Browse files
committed
Side menu now closes on click
1 parent 074f0bc commit 38ca8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h1 class="title">Menu</h1>
5252
</header>
5353
<content has-header="true">
5454
<ul class="list">
55-
<a href="{{item.link}}" class="item item-icon-left" ng-repeat="item in list">
55+
<a href="{{item.link}}" class="item item-icon-left" ng-repeat="item in list"
56+
ng-click="openLeft()">
5657
<i ng-class="item.iconClass"></i>
5758
{{item.text}}
5859
</a>

0 commit comments

Comments
 (0)