Skip to content

Garib-ka-code/Side-menubar-with-swipe-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add two file into your repo : materialize.js and materialize.css

HTML Structure :

Checkout index.html page

Controller part:

// start menu bar //
$('.drag-menu').sideNav({
      menuWidth: 300, // Default is 240
      edge: 'left', // Choose the horizontal origin
      closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
    }
);
$('body').css('overflow', 'visible');
$('#sidenav-overlay').remove();
// End menu bar //

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published