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

Commit

Permalink
fix(tooltip): missed dependency for cjs
Browse files Browse the repository at this point in the history
Closes #5999
  • Loading branch information
fedyk authored and wesleycho committed Jun 14, 2016
1 parent 1de58a3 commit 164811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/index-nocss.js
Expand Up @@ -5,6 +5,6 @@ require('./modal');

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

angular.module(MODULE_NAME, ['ui.bootstrap.modal', 'uib/template/modal/backdrop.html', 'uib/template/modal/window.html']);
angular.module(MODULE_NAME, ['ui.bootstrap.modal', 'uib/template/modal/window.html']);

module.exports = MODULE_NAME;

0 comments on commit 164811a

Please sign in to comment.