Skip to content

Commit

Permalink
Fixed mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlee123hi committed Oct 16, 2016
1 parent f3a229f commit 90e9986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(function($) {
$(".button-collapse").sideNav();
angular.module('CSM', ['ngRoute']);
})(jQuery);
6 changes: 5 additions & 1 deletion templates/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav>
<div class="nav-wrapper">
<a href="#/" class="brand-logo">CSM</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="fa fa-bars"></i></a>
<a href="javascript: void(0)" data-activates="mobile-demo" class="button-collapse"><i class="fa fa-bars"></i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#/about">About</a></li>
<li><a href="#/join">Join</a></li>
Expand All @@ -20,3 +20,7 @@
</div>
</nav>
</div>

<script>
$(".button-collapse").sideNav();
</script>

0 comments on commit 90e9986

Please sign in to comment.