Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fb0577d

Browse files
style(code-example): remove unwanted comment
Thanks to @chliebel for pointing this out. Closes #906
1 parent 52ece78 commit fb0577d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

public/resources/js/directives/code-example.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,3 @@ angularIO.directive('codeExample', function() {
2828
}
2929
};
3030
});
31-
32-
// '<div style="position: relative">' +
33-
// '<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1000" ></copy-button>' +
34-
// '<pre class="' + classes + '">' +
35-
// '<code ng-non-bindable>' + html + '</code>' +
36-
// '</pre>' +
37-
// '</div>';

0 commit comments

Comments
 (0)