ocModal
ocModal copied to clipboard
An angularJS modal directive & service
ocModal is using generic css classes like .modal which overrides the default rules for all modals. Prepending oc- on the classes would avoid class conflicts.
Hi, I'm seeing 2 issues when using ocModal.full.css and the content of the modal > the visible height of the screen. a) The backdrop is smaller than the page (So...
I have a form inside modal and am expecting the form to be submitted first and then on the basis of response from the form submission would like to close...
is the controllerAs syntax is this supported at all ? I have this ``` javascript $ocModal.open({ url: "someurl", controller: "myController as controller", init: {foo: "bar"}, }); ``` but my controller...
When we open multiple modals at the same time, if the second one is higher than the first one, the first backdrop height is incorrect (it doesn't go all the...