Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 73e4f09

Browse files
committed
new version - semantic-ui support and bug fixing
1 parent 526bf3c commit 73e4f09

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
' * Released under the MIT license',
99
' * www.opensource.org/licenses/MIT',
1010
' *',
11+
' * Brought to you by 720kb.net',
12+
' *',
1113
' * <%= grunt.template.today("yyyy-mm-dd") %>',
1214
' */\n\n'].join('\n')
1315
, modRewrite = require('connect-modrewrite');

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A tooltips directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <filippo.oretti@gmail.com",

dist/angular-tooltips.min.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.sourcemap.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A tooltips directive for angularjs.",
55
"homepage": "http://720kb.github.io/angular-tooltips",
66
"keywords": [

0 commit comments

Comments
 (0)