angular-materialize icon indicating copy to clipboard operation
angular-materialize copied to clipboard

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize

Results 25 angular-materialize issues
Sort by recently updated
recently updated
newest added

## Describe the error in 1 sentence When using a multiple select **with ng-options**, selecting an option causes the dropdown to disappear. ## Steps to reproduce * Open Fiddle: http://jsfiddle.net/gmse4pgc/8/...

bug

In chrome if the input date contains any data and you click to edit, the date picker shown up but it closes automatically and you can't change the value, On...

@krescruz Its all quit good but i never found the main **feature discovery** component, it would be better if you include this also ## FeatureDiscovery [http://materializecss.com/feature-discovery.html]

The inputs onload initial are touched set true. ## Steps to reproduce - Open page - view the $touched atributte input ## What exactly is supposed to happen I've create...

bug

## Describe the error in 1 sentence Pagination is showing twice when transition of page change ## Steps to reproduce Inject ng-animate and use component on page, then click to...

need more info

## Collapsible closes itself whenever I press a key in input field in Firefox I have an Angularjs SPA using materializeCss and this library. In this web, I have a...

``` angular.module("ui.materialize.nouislider", []) .directive("nouislider", ["$timeout", function($timeout){ return { restrict: 'A', scope: { ngModel: '=', min: '@', max: '@', step: '@?', connect: '@?', tooltips: '@?', behaviour: '@?' }, link: function (scope,...

Hi everyone. I'm trying to update the file-path value with an ng-model, but it doesn't work. ` Adjuntar ` I'm trying to update the input file value from the controller...

working from the examples and using Angular 1 I added the slider code as described and changed to use ng-repeat I checked and the right urls are being put in...

Describe the error in 1 sentence When tabbing into a select and arrowing down to option then pressing tab. The option isn't selected. Steps to reproduce Tab into a select....