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

Commit

Permalink
chore(timepicker): remove css require on noncss
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Mar 27, 2016
1 parent 1fa358f commit 48f62a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timepicker/index-nocss.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require('../../template/timepicker/timepicker.html.js');
require('./timepicker');

require('./timepicker.css');

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

angular.module(MODULE_NAME, ['ui.bootstrap.timepicker', 'uib/template/timepicker/timepicker.html']);
Expand Down

0 comments on commit 48f62a6

Please sign in to comment.