Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 7575b3c

Browse files
fix($dialog): $compile entire modal
Closes #122
1 parent d988b9d commit 7575b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dialogModule.provider("$dialog", function(){
122122
self.modalEl.contents().data('ngControllerController', ctrl);
123123
}
124124

125-
$compile(self.modalEl.contents())($scope);
125+
$compile(self.modalEl)($scope);
126126
self._addElementsToDom();
127127

128128
// trigger tranisitions

0 commit comments

Comments
 (0)