Commit 13a6f61f2670cc59628d1a1cec164ff9018d0d29

Authored by Melody
1 parent c4874399d3

Sorry I don't know any other way to test this

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

scripts/RootController.js View file @ 13a6f61
... ... @@ -18,5 +18,7 @@
18 18 closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
19 19 }
20 20 );
  21 +
  22 + $('.button-collapse').sideNav('show');
21 23 }]);