Marek Romanowski
Marek Romanowski
Just a proposal. Let me know what do you think.
Taken extracted from https://raw.githubusercontent.com/rundis/elm-bootstrap/3.0.0/src/Bootstrap/Popover.elm ```elm calculatePos pos { rect, offsetWidth, offsetHeight } = { left = -offsetWidth , top = (rect.height / 2) - (offsetHeight / 2) } ```
I've migrated to angular 1.2.7, select2 3.4.5, ui-select2 0.0.5 from angular 1.2.0-rc1 and ui-select2 0.0.4. I have $watch expression for value which is ng-model for input based select. Problem is...