parent
ea9216ce8a
commit
81770aee6b
|
@ -25,7 +25,7 @@ angularIO.directive('copyContainer', function() {
|
|||
transclude: true,
|
||||
template:
|
||||
'<div style="position: relative">' +
|
||||
'<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1000" ></copy-button>' +
|
||||
'<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1" ></copy-button>' +
|
||||
'<ng-transclude></ng-transclude>' +
|
||||
'</div>'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue