- better
box-sizing
policy
- 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
$compileProvider
debug info is disabled -$compileProvider.debugInfoEnabled(false)
.
- support for UMD pattern
- get rid of
module
variable in source code - get rid of
window
dependency in flavor of$window
- finally (after many requests)
$scope.ngDialogData
holds reference to the objects passed instead of copying them.
- fix for HammerJS 1.1 breaking dialog
- add support for
overlay
option (likeastore#117)
- successful tests and support for Angular.js
1.3.x
- fixed an issue with Hammer.js manager
-
ngDialog.closing
event -
closeByNavigation
option -
templateUrl
option
-
.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
ngDialogData
being passed after controller instantiation - allow objects for
ngDialogData
-
cache
option -
preCloseCallback
option -
appendTo
option -
name
option - minor code fixes and optimizations, examples improvements