Skip to content

Commit

Permalink
[devtools] Update devtools directive to transclude
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Aug 31, 2016
1 parent 88052a3 commit aae2a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/public/dev_tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</ul>
</nav>

<div role="main" class="dev-tools-container"></div>
<div role="main" class="dev-tools-container" ng-transclude></div>
</div>
1 change: 1 addition & 0 deletions src/core_plugins/kibana/public/dev_tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ uiModules
return {
restrict: 'E',
template,
transclude: true,
link: function ($scope) {
$scope.devTools = Private(devTools).inOrder;
}
Expand Down

0 comments on commit aae2a0f

Please sign in to comment.