James McKenzie
James McKenzie
I wasn't able to find a configuration option to enable this, so I've written my own decorator directive to fit the bill: [jmkenz/angularMultiSelectDirty.js](https://gist.github.com/jmkenz/3e9976c8aa94a752ad67699879df8ceb) Is this how you would have handled...
~changed -vuedal width set to 95% and width options changed to use 'max-width' property instead of 'width' to support responsive design -close button is a keyboard-accessible / semantic 'a' tag...
For example, if have a notification like so: zf-notification-static id="static-alert-message" That gets opened like so: FoundationApi.publish('static-alert-message', 'open') Which triggers an '$apply already in progress' error. Suggested fix to notification.js, line...
The JS files in the /dist folder appear to include muuri itself as well as all other dependencies, creating a huge javascript file of ~800KB. You could add another option...