angular-material-sidemenu icon indicating copy to clipboard operation
angular-material-sidemenu copied to clipboard

A small component to make sidenav menus using Angular Material

Results 22 angular-material-sidemenu issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Change is based on gulp-sass dependency that requires node-sass. The update will reflect over node-sass update that solves some conflict issues related to linux environment.

I've found a bug when using the sidemenu with an ng-repeat. I've made [this plunkr](https://plnkr.co/edit/qKS31wiu7Q3OifnyhVXM?p=preview) in which you can see that the sidemenu is rendered correctly at first, but it's...

angular-material-sidemenu version: 1.0.5 I am using gulp to build and serve my web app. When I am using gulp-serve the project is starting from my root/src/main/ folder and angular-material-sidemenu is...

Hey, Could you please publish the latest version (1.0.6) on npm? The current [available version on npm](https://www.npmjs.com/package/ng-material-sidemenu) is 1.0.5. Thank you.

how to use md-icon in md-sidemenu-button...????

When testing `md-sidemenu-button` with angular.js 1.6.x, if a `md-icon` is present, the content of the button is aligned to right. It's a issue related to angular-material setting `margin` for `md-icon`...

Hi Marcos, could you please tell us how to enable one of the md-sidemenu-content by default on load

How to use external svg icon with ? I am trying to use my own png/ svg icons for the sidemenu. Can you provide a working demo or an example?

Hi, I was using the svg icon and it wasn't work. I realised that it was simple, I changed this line `md-svg-icon="$mdSidemenuContent.svgIcon"` for this `md-svg-icon="{{$mdSidemenuContent.svgIcon}}"` But I don't know exactly...