-
I've been trying to integrating this with an Angular 2 based web app, but keep getting errors on modal not found error.
Please provide a new example, this is very important stuff you are working on, …
-
-
Hello,
I installed your component but when I click on my button the message appears and disappears but without any css :
![capture d ecran 2016-04-13 a 16 30 45](https://cloud.githubusercontent.com/a…
-
├── UNMET PEER DEPENDENCY @angular/common@^2.0.0-rc.1
├── UNMET PEER DEPENDENCY @angular/compiler@^2.0.0-rc.1
├── UNMET PEER DEPENDENCY @angular/core@^2.0.0-rc.1
├── UNMET PEER DEPENDENCY @angular/pla…
-
while trying to installing i am getting this error
`32028 error Windows_NT 6.1.7601
32029 error argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bi…
-
When running `npm install ng2-bs3-modal` I get the following error.
Is there anything I'm doing wrong?
```
npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "n…
-
Here's a simple implementation of bootstrap's modal in angular2: http://dougludlow.github.io/ng2-bs3-modal/.
I thought it might be helpful to some folks out there.
-
Hi,
I am using your ng2-bs3-modal with my project. And has once trouble as I want to create a public modal component, like this user login component. then anywhere other in component can be import th…
-
Hello,
Im using VS2015, and wanted to add it from npm, so adding "ng2-bs3-modal": "0.4.2" to my package.json gave the folowing error:
`npm WARN peerDependencies The peer dependency angular2@2.0.0-be…
-
please fix in:
```
ngOnDestroy() {
if (!this.$modal)
return;
this.$modal.data('bs.modal', null);
this.$modal.remove();
}
```
since in some cases, if you never…