Skip to content

Commit

Permalink
Remove Bootstrap carousel and slide component styles and directives.
Browse files Browse the repository at this point in the history
Former-commit-id: abb60fe
  • Loading branch information
cjcenizal committed Jul 6, 2016
1 parent 9a15fae commit 0d9e5f3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 627 deletions.
8 changes: 0 additions & 8 deletions src/ui/public/angular-bootstrap/carousel/carousel.html

This file was deleted.

293 changes: 0 additions & 293 deletions src/ui/public/angular-bootstrap/carousel/carousel.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/ui/public/angular-bootstrap/carousel/slide.html

This file was deleted.

16 changes: 0 additions & 16 deletions src/ui/public/angular-bootstrap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ angular.module('ui.bootstrap', [
'ui.bootstrap.alert',
'ui.bootstrap.bindHtml',
'ui.bootstrap.buttons',
'ui.bootstrap.carousel',
'ui.bootstrap.dateparser',
'ui.bootstrap.position',
'ui.bootstrap.datepicker',
Expand All @@ -37,8 +36,6 @@ angular.module('ui.bootstrap', [

angular.module('ui.bootstrap.tpls', [
'template/alert/alert.html',
'template/carousel/carousel.html',
'template/carousel/slide.html',
'template/datepicker/datepicker.html',
'template/datepicker/day.html',
'template/datepicker/month.html',
Expand Down Expand Up @@ -66,7 +63,6 @@ import './accordion';
import './alert';
import './bindHtml';
import './buttons';
import './carousel';
import './collapse';
import './dateparser';
import './datepicker';
Expand All @@ -89,18 +85,6 @@ angular.module('template/alert/alert.html', []).run(['$templateCache', function(
$templateCache.put('template/alert/alert.html', alert);
}]);

import carousel from './carousel/carousel.html';

angular.module('template/carousel/carousel.html', []).run(['$templateCache', function($templateCache) {
$templateCache.put('template/carousel/carousel.html', carousel);
}]);

import slide from './carousel/slide.html';

angular.module('template/carousel/slide.html', []).run(['$templateCache', function($templateCache) {
$templateCache.put('template/carousel/slide.html', slide);
}]);

import datepicker from './datepicker/datepicker.html';

angular.module('template/datepicker/datepicker.html', []).run(['$templateCache', function($templateCache) {
Expand Down
1 change: 0 additions & 1 deletion src/ui/public/styles/bootstrap/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
@import "modals.less";
@import "tooltip.less";
@import "popovers.less";
@import "carousel.less";

// Utility classes
@import "utilities.less";
Expand Down
Loading

0 comments on commit 0d9e5f3

Please sign in to comment.