style(code-example): remove unwanted comment

Thanks to @chliebel for pointing this out.

Closes #906
This commit is contained in:
Peter Bacon Darwin 2016-03-09 09:01:33 +00:00
parent 52ece7834a
commit fb0577d742
1 changed files with 0 additions and 7 deletions

View File

@ -28,10 +28,3 @@ angularIO.directive('codeExample', function() {
}
};
});
// '<div style="position: relative">' +
// '<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1000" ></copy-button>' +
// '<pre class="' + classes + '">' +
// '<code ng-non-bindable>' + html + '</code>' +
// '</pre>' +
// '</div>';