fix(docs): add missing </div> tag to sourceEdit directive template

This commit is contained in:
Johannes Hansen 2012-11-21 09:45:43 +01:00 committed by Pawel Kozlowski
parent 14b19ecf5e
commit ed90f3b7ea

View file

@ -37,7 +37,8 @@ docsApp.directive.sourceEdit = function(getEmbeddedTemplate) {
'<ul class="dropdown-menu">' +
' <li><a ng-click="plunkr($event)" href="">In Plunkr</a></li>' +
' <li><a ng-click="fiddle($event)" href="">In JsFiddle</a></li>' +
'</ul>',
'</ul>' +
'</div>',
scope: true,
controller: function($scope, $attrs, openJsFiddle, openPlunkr) {
var sources = {