nohros / nsPopover

Popover dialogs for angularjs applications.
MIT License
126 stars 107 forks source link

Resizing popover #113

Open pzhin opened 8 years ago

pzhin commented 8 years ago

If content was changed, when popover was opened, it would be resized but it's placement wasn't. So popover has wrong placement. For example I load content via $http, and while it will be loading, I want to show spinner. It will be nice to have some event or method to update popover placement.