Skip to content

Commit

Permalink
Use uib-tooltip instead of tooltip attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Mar 22, 2016
1 parent 91068ba commit d38a86f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions templates/operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="focus-editor"
ng-click="focusEdit($event, ['paths', pathName, operationName])"
tooltip-placement="left"
tooltip="Jump to YAML"
uib-tooltip="Jump to YAML"
tooltip-trigger="mouseenter">
</a>

Expand Down Expand Up @@ -66,7 +66,7 @@ <h4>Parameters</h4>
$index
])"
tooltip-placement="top"
tooltip="Jump to YAML"
uib-tooltip="Jump to YAML"
tooltip-trigger="mouseenter">
<span class="mono">{{parameter.name}}</span>
</a>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h4>Responses</h4>
'responses',
responseCode])"
tooltip-placement="top"
tooltip="Jump to YAML"
uib-tooltip="Jump to YAML"
tooltip-trigger="mouseenter">

<span class="resp-code {{responseCodeClassFor(responseCode)}}">
Expand Down
2 changes: 1 addition & 1 deletion templates/path.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>
class="jump-to-yaml"
ng-click="focusEdit($event, ['paths', pathName])"
tooltip-placement="left"
tooltip="Jump to YAML"
uib-tooltip="Jump to YAML"
tooltip-trigger="mouseenter">
</a>
</header>
Expand Down
2 changes: 1 addition & 1 deletion views/preview/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h4>
class="jump-to-yaml"
ng-click="focusEdit($event, ['definitions', modelName])"
tooltip-placement="left"
tooltip="Jump to YAML"
uib-tooltip="Jump to YAML"
tooltip-trigger="mouseenter">
</a>
</h4>
Expand Down

0 comments on commit d38a86f

Please sign in to comment.