Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit c8922a2

Browse files
mattlewis92wesleycho
authored andcommitted
fix(tooltip): import CSS
- Import the CSS in the tooltip index.js Closes #5552
1 parent 7d79cdd commit c8922a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tooltip/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ require('../../template/tooltip/tooltip-html-popup.html.js');
55
require('../../template/tooltip/tooltip-template-popup.html.js');
66
require('./tooltip');
77

8+
require('./tooltip.css');
9+
810
var MODULE_NAME = 'ui.bootstrap.module.tooltip';
911

1012
angular.module(MODULE_NAME, ['ui.bootstrap.tooltip', 'uib/template/tooltip/tooltip-popup.html', 'uib/template/tooltip/tooltip-html-popup.html', 'uib/template/tooltip/tooltip-template-popup.html']);

0 commit comments

Comments
 (0)