-
To be clear, I have:
``` html
—> parent component
—> should call #productModal
—> another of my components in which I call your component
… —> my code
```
If …
-
Hi, it's possible to aligner the modal at the center of the screen? When we have a scroll down and open the modal we can't see the modal so we have to scroll up every time we open the modal.
Thanks
-
It looks like bottom-sheet modals does not play very well with buttons using the waves-effect class. The first time the modal is opened, the button is visible, but the next time, the button is gone. …
-
Migrar la beta.16.
https://github.com/angular/angular/blob/master/CHANGELOG.md (Para ver mas detalles)
-
I installed both `materialize-css` and `angular2-materialize` using npm
I don't know why it gives this error on building!
```
ERROR in ./~/angular2-materialize/dist/index.js
Module not found: Error: …
-
When not in `productionMode()` the following error is logged to the console:
`EXCEPTION: Expression '{top: top, left: left, display: display} in TooltipContainer@1:5' has changed after it was checked…
-
I try to import angular2-model objects in my project using following code
```
import {Component, provide, ElementRef, Injector, IterableDiffers, KeyValueDiffers, Renderer} from 'angular2/core';
impo…
-
Hi,
I'm using 0.1.7 with angular2.rc.1
I get this when clicking on a backdrop :
``` javascript
VM13183:1 Uncaught ReferenceError: dialog is not defined(…)(anonymous function) @ VM13183:1InjectedSc…
-
Consider the following code snippet:
``` js
var elem = document.body;
var listener = function (event) {};
elem.addEventListener('click', listener, false);
elem.removeEventListener('click', listener, …
-
@mlaval has a Carousel and @SebastianM also made a progressbar
how can we combine all efforts? Or is it a race to the first one who finishes the conversion