style(code-example): remove unwanted comment
Thanks to @chliebel for pointing this out. Closes #906
This commit is contained in:
parent
52ece7834a
commit
fb0577d742
|
@ -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>';
|
|
||||||
|
|
Loading…
Reference in New Issue