Skip to content

Commit d27aa86

Browse files
committed
Added a tooltip for the save
1 parent 344046a commit d27aa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bootstrap-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<form class="navbar-form navbar-left" role="search">
106106
<div class="form-group">
107107

108-
<button class="btn btn-primary" ng-click="save();">Save to gist</button>
108+
<button class="btn btn-primary" ng-click="save();" tooltip-trigger="mouseenter" tooltip-placement="right" tooltip='Share the schema/form code.'>Save to gist</button>
109109

110110
<div class="input-group" ng-show="navbarMode === 'default' && !error"></div>
111111
<div class="input-group" ng-show="navbarMode === 'loaded' && !error">

0 commit comments

Comments
 (0)