Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng2-semantic-ui modal not working in ie browser #120

Closed
kalai4013 opened this issue Jun 21, 2017 · 3 comments
Closed

ng2-semantic-ui modal not working in ie browser #120

kalai4013 opened this issue Jun 21, 2017 · 3 comments

Comments

@kalai4013
Copy link

kalai4013 commented Jun 21, 2017

    ng2 semantic ui modal not working in IE browser

    <sui-modal [isClosable]="true" (dismissed)="alert($event)" #modal>
    <div class="header">Example</div>
    <div class="content">
    <p>Modal content</p>
    </div>
    <div class="actions">
    <button class="ui red button" (click)="modal.deny()">Cancel</button>
    <button class="ui green button" (click)="modal.approve('done')">OK</button>
     </div>
   </sui-modal>


  not working.

    Error: 
             ERRORTypeError: Object doesn't support property or method 'remove' 

    Angular cli versions:
      dependencies": {
           "@angular/animations": "^4.2.2",
           "@angular/common": "^4.2.2",
           "@angular/compiler": "^4.2.2",
            "@angular/compiler-cli": "^4.2.2",
           "@angular/core": "^4.2.2",
          "@angular/forms": "^4.2.2",
           "@angular/http": "^4.2.2",
          "@angular/platform-browser": "^4.2.2",
          "@angular/platform-browser-dynamic": "^4.2.2",
          "@angular/platform-server": "^4.2.2",
         "@angular/router": "^4.2.2",
         "core-js": "^2.4.1",
         "rxjs": "^5.1.0",
         "typescript": "^2.3.4",
         "zone.js": "^0.8.4"
@edcarroll
Copy link
Owner

Hi, thanks for pointing this out. Will get a fix out for this ASAP.

@edcarroll
Copy link
Owner

A fix for this is now live in 0.8.4 😄

@kalai4013
Copy link
Author

Thank you. its working fine...It working on IE10 and IE11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants