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

Commit

Permalink
fix($dialog): $compile entire modal
Browse files Browse the repository at this point in the history
Closes #122
  • Loading branch information
pkozlowski-opensource committed Feb 11, 2013
1 parent d988b9d commit 7575b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dialogModule.provider("$dialog", function(){
self.modalEl.contents().data('ngControllerController', ctrl);
}

$compile(self.modalEl.contents())($scope);
$compile(self.modalEl)($scope);
self._addElementsToDom();

// trigger tranisitions
Expand Down

0 comments on commit 7575b3c

Please sign in to comment.