angular-material-sidemenu
angular-material-sidemenu copied to clipboard
A small component to make sidenav menus using Angular Material
It seems that there are multiple devdependencies marked only as dependencies in package.json, like gulp for instance. This is causing build errors in my system since it is installing gulp-sass...
Creating the visible option to enable if side menu content start opened or closed
export default function ($rootScope, $scope) { $scope.clickButton = function () { $rootScope.$broadcast('info:clicked'); } }
What about add ng-click to the sidemenu-button ? I needed to add locally in the sources by myself but this change will be override when i update future versions.
is there a way to change the font-weight and text-transform of the md-heading?
The menu uses the regular toggle feature but is there any toggle menu that displays a toggle menu like in the link below: https://almsaeedstudio.com/themes/AdminLTE/index2.html
Is this menu inherently responsive or can it be made responsive by just adding a few layout classes ?
If using onHover, tapping a menu item on a touchscreen results in the menu group opening and then immediately closing. You have to tap it a second time for the...
I have an application in which I would like to use the font awesome library for the icons. I am not able to change it currently without editing the directive...
this `md-opened="true"` will make open grouped menu items by default ``` html Submenu 1 {{isOpened}} Submenu 2 Submenu 3 ```