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>'
|
||||
};
|
||||
|
@ -57,4 +57,4 @@ angularIO.directive('copyButton', function() {
|
|||
});
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue