'use strict';
angular.module('ngShowcaseApp').controller('ctrl.show.tab',function ($scope) {
var vm = $scope.vm = {};
});
.tab-content.tab-bordered {
border: 1px solid lightgray;
border-top: none;
padding: 15px;
border-radius: 0 0 4px 4px;
}
.list-group-item{
}
width: 200px;
}
<div ng-controller="directiveControl">