Skip to content

Commit

Permalink
feat(ngDialog): add support of "ng-dialog-bind-to-controller" paramet…
Browse files Browse the repository at this point in the history
…er for ngDialog directive #236
  • Loading branch information
egor-smirnov committed Jun 14, 2015
1 parent 2d47e1e commit 26fe5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ngDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@
className: attrs.ngDialogClass || defaults.className,
controller: attrs.ngDialogController,
controllerAs: attrs.ngDialogControllerAs,
bindToController: attrs.ngDialogBindToController,
scope: ngDialogScope,
data: attrs.ngDialogData,
showClose: attrs.ngDialogShowClose === 'false' ? false : (attrs.ngDialogShowClose === 'true' ? true : defaults.showClose),
Expand Down

0 comments on commit 26fe5c4

Please sign in to comment.