Rodrigo Vallades

Results 4 issues of Rodrigo Vallades

As requested in #434 , this removes the inline css from the 'strength-meter' element and places the styling into the CSS file. The class names can also be configured via...

## Current Behavior [sass/components/forms/_forms.scss](https://github.com/Dogfalo/materialize/blob/824e78248b3de81e383445e76ffb04cc3264fe7d/sass/components/forms/_forms.scss) applies a global `button:focus` `background-color`. ```scss button:focus { outline: none; background-color: $button-background-focus; } ``` This makes no sense at all. We have 3 problems here: 1....

Hi. Thank you for this great directive. I was able to integrate it in my project, but I'm having trouble acessing the canvas content in my Angular controller. I need...

Hello. I know that this is only a wrapper for PNotify, but being built over AngularJS I thought it would be able to evalute angular $scope. What I mean is:...