From d38a86f145c908216afcd59516c7b582bfc47e78 Mon Sep 17 00:00:00 2001 From: Sahar Jafari Date: Mon, 21 Mar 2016 11:34:10 -0700 Subject: [PATCH] Use uib-tooltip instead of tooltip attribute --- templates/operation.html | 6 +++--- templates/path.html | 2 +- views/preview/preview.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/operation.html b/templates/operation.html index 8920007a483..840297447e1 100644 --- a/templates/operation.html +++ b/templates/operation.html @@ -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"> @@ -66,7 +66,7 @@

Parameters

$index ])" tooltip-placement="top" - tooltip="Jump to YAML" + uib-tooltip="Jump to YAML" tooltip-trigger="mouseenter"> {{parameter.name}} @@ -109,7 +109,7 @@

Responses

'responses', responseCode])" tooltip-placement="top" - tooltip="Jump to YAML" + uib-tooltip="Jump to YAML" tooltip-trigger="mouseenter"> diff --git a/templates/path.html b/templates/path.html index e619c12ded4..66a9bc39d11 100644 --- a/templates/path.html +++ b/templates/path.html @@ -10,7 +10,7 @@

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"> diff --git a/views/preview/preview.html b/views/preview/preview.html index 3e56a66a27e..bc640451cbc 100644 --- a/views/preview/preview.html +++ b/views/preview/preview.html @@ -79,7 +79,7 @@

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">