- better
box-sizingpolicy
- prevent the modal from closing if preCloseCallback returns a falsy value
- fix negative dialogs count
- fix destroy scope with animation for multiple dialog ISSUE-125
- Make ngDialog work with AngularJS 1.3 when
$compileProviderdebug info is disabled -$compileProvider.debugInfoEnabled(false).
- support for UMD pattern
- get rid of
modulevariable in source code - get rid of
windowdependency in flavor of$window
- finally (after many requests)
$scope.ngDialogDataholds reference to the objects passed instead of copying them.
- fix for HammerJS 1.1 breaking dialog
- add support for
overlayoption (likeastore#117)
- successful tests and support for Angular.js
1.3.x
- fixed an issue with Hammer.js manager
-
ngDialog.closingevent -
closeByNavigationoption -
templateUrloption
-
.openConfirm()method -
.setForceBodyReload()method - add support for
.setDefaults()method - fix scroll jump bug
- fix event broadcasting to occur at the times they should
- fix for
ngDialogDatabeing passed after controller instantiation - allow objects for
ngDialogData -
cacheoption -
preCloseCallbackoption -
appendTooption -
nameoption - minor code fixes and optimizations, examples improvements