ngPopup icon indicating copy to clipboard operation
ngPopup copied to clipboard

[DEPRECATED] An Angular modaless dialog, without jQuery dependency , super easy to use, and has fully customized theme.

Results 11 ngPopup issues
Sort by recently updated
recently updated
newest added

I am using webpack, and tried to import ng-popup like this after I installed via npm: import 'ng-popup'; However, the webpack complained ERROR in ./client/app/app.js Module not found: Error: Cannot...

Hi, I have created a branch incorporating a fix created by another user and have tested it, and would like to merge it into the source. Aaron

Hi, Do you have any plan in recent days to make some updates of this great tool to angular 2 version?

I am trying to load teamplate using templateUrl. But I am getting 404 template not found error. Code is below self.ngPopupOption = { isShow: false, modelName: "myNgPopup", width: 500, height:...

Hi, The Demo is based on the YT embeded content (iframe), the mouse propagation is off for this window. To make it working: **//event.buttons == 0 mouse is not pressed...

Moved mouseup from element to document (like mousemove). There are times when element mouseup will not be received (e.g., scrollbar is showing for content). [ngPopup.zip](https://github.com/MarkoCen/ngPopup/files/697115/ngPopup.zip) Thanks!

If you drag the popup, it doesn't let go the cursor. Basically, you aren't able to click on the parent page.

Hi, I checked that if you right click in the popup, it starts dragging and you can not stop it. I just added this to the self.mouseDownHandler function (in ngPopup.js)...

Hi Is there anyway we can open on button click ? Is there any service created ?

Hi, 1. when trying to resize on left corner or right corner - the dialog stuck on resize action without option to stop resizing. Only restart of browser helps to...