angular-materialize
angular-materialize copied to clipboard
Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
Hi, How to trigger for a particular tab active using another button? Thank you
When using chips the structure of the model changes when an item is added or deleted. The materialize chips component expects an array with a tag property like so: `[{tag:'chip1'},{tag:'chip2'}]`...
I have the following modal: ``` New Resource Resource ID Resource Name Location Preschool Elementary 1-3 Elementary 4-6 High School 7-9 Hig School 10-11 Status Active Inactive Add Cancel ```...
I have an angular project where my navbar uses the sidenav plugin for mobile menu, but even though the closeonclick method is set to true, it does close the menu...
I'm trying to figure out to get changes in URL on tab changes. So that I can use AngularJS Route. Could someone help me out?
run http://krescruz.github.io/angular-materialize/#select in mobile browser to see the selected item is not returned correctly
In my app I used this library. When I profiled with chrome devtools, it showed 30% of the cpu time was taken by the code given below. ``` $timeout(function() {...
I have a material select which binds the data using angular, on page load I disabled the Material select, on button click am enabling the material select. Issue : Material...
As stated in the title. I'm aware that it's the default behaviour of `pickadate` provided by materialize and I know it can be hacked by closing it in `onSet` function...
There is little or no detail on how modal works. Please give more details regarding modals like a code sample etc. Not just HTML markup.