Skip to content

Commit

Permalink
Update based on PR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Aug 27, 2015
1 parent 7a9441b commit 532d7a8
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions src/utils/transclude-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,37 @@
*
* @example
<example module="patternfly.utils">
<file name="example.css">
.pf-transclude-example div {
border: 1px solid #337ab7;
margin-bottom: 20px;
margin-left: 20px;
}
.pf-transclude-example p {
background-color: #337ab7;
margin: 0;
padding: 5px 10px;
}
.pf-transclude-example id {
display: inline-block;
background-color: #def3ff;
color: #000000;
border-radius: 10px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
margin-left: 5px;
}
.pf-transclude-example pre {
padding: 5px;
border-width: 0px;
}
</file>
<file name="index.html">
<style>
.pf-transclude-example div {
border: 1px solid #337ab7;
margin-bottom: 20px;
margin-left: 20px;
}
.pf-transclude-example p {
background-color: #337ab7;
margin: 0;
padding: 5px 10px;
}
.pf-transclude-example id {
display: inline-block;
background-color: #def3ff;
color: #000000;
border-radius: 10px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
margin-left: 5px;
}
.pf-transclude-example pre {
padding: 5px;
border-width: 0px;
}
</style>
<div ng-controller="UtilCtrl" class="row pf-transclude-example" style="display:inline-block; width: 100%;">
<span>Here the scope id is: <id>{{$id}}</id></span>
Expand Down

0 comments on commit 532d7a8

Please sign in to comment.