nohros / nsPopover

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

Prevent the popover from going outside the containers bounds. #94

Closed gabehayes closed 9 years ago

gabehayes commented 9 years ago

Currently, this only works for the x axis.

It adds a new attribute, ns-popover-restrict-bounds that accepts a boolean.

If true, it will contain the popover to the boundaries of the container element. This prevents the popover from displaying off screen.

nohros commented 9 years ago

Fix #1