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

Commit

Permalink
fix(tooltip): import CSS
Browse files Browse the repository at this point in the history
- Import the CSS in the tooltip index.js

Closes #5552
  • Loading branch information
mattlewis92 authored and wesleycho committed Feb 29, 2016
1 parent 7d79cdd commit c8922a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require('../../template/tooltip/tooltip-html-popup.html.js');
require('../../template/tooltip/tooltip-template-popup.html.js');
require('./tooltip');

require('./tooltip.css');

var MODULE_NAME = 'ui.bootstrap.module.tooltip';

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']);
Expand Down

0 comments on commit c8922a2

Please sign in to comment.