You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModalService.closeModals(result, delay): Closes any open modals, passing the specified result (optional) and waiting for the specified delay (optional).
preClose
ModalService.showModal(options): A new optional field named preClose is a function which is called before the modal starts closing. If you want to clean up your Bootstrap modals automatically, just use:
This minor release adds a new feature - being able to add a custom class to the document's body element when the modal is opened. This is great if you are not using bootstrap but still want to be able to style the main page, for example fading it while the modal is open. Thanks to Daniel Smith for the feature!
Moved to webpack, removed all gulp dependencies. Ready to support ES6 and modules in the source code. Updated packages to latest versions, removed dependencies on vendor folder - 3rd party dependencies for the samples are simply loaded from CDNs.
This release brings in some great community contributions:
@poporul - Improving the core logic around compilation and inputs. @jonasnas - Fixing template cache logic. @maxdow - Added support for controller inlining.