angular2-mdl-ext
angular2-mdl-ext copied to clipboard
Additional components for @angular-mdl/core that are not part of material design lite (npm: @angular-mdl/*)
i needed that the select field stay marked as obrigatory when the user still not have any value added, i did the changes and added an exemple on a demo...
The user should be able get "expandedIndex" on change like we have in mdl-tab ``` ```
  I have an error of detectChanges in renderValue function, to solve this problem just check view is destroyed before call detectChanges function.
## The dependency [systemjs](https://github.com/systemjs/systemjs) was updated from `0.21.5` to `2.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **3.2.0** of **jasmine-core** was just published. Dependency jasmine-core Current Version 2.8.0 Type devDependency The version **3.2.0** is **not covered** by your **current version range**. If you donβt accept...
BUILD ERROR Directive MdlSelectComponent, Property 'onKeyDown' is private and only accessible within class 'MdlSelectComponent'. Directive MdlSelectComponent, Property 'onKeyUp' is private and only accessible within class 'MdlSelectComponent'.
added a light weight virtual table component that has really smooth scrolling its based on https://github.com/rintoj/angular2-virtual-scroll
Hi All, I needed a select all feature in popovers as an option if I select that all the options select and unselect. Also the filter will retain as is...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
Hello Everyone, Is there a way to have a select inside a popover? Inputs work, but for a select, when we select it by hand it simply closes the popover,...