Skip to content

Commit

Permalink
Fixed conflict with angular-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kjartanvalur committed Apr 28, 2016
1 parent 7a466d5 commit c583bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions window.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div kendo-window="myKendoWindow" k-options="options" modal-render="{{$isRendered}}" tabindex="-1" role="dialog">
<div><div uib-modal-transclude></div></div>
<div kendo-window="myKendoWindow" k-options="options" modal-render="{{$isRendered}}" tabindex="-1" role="dialog" >
<div><div k-window-transclude></div></div>
</div>

0 comments on commit c583bb3

Please sign in to comment.