diff --git a/src/app/theme/components/baPanel/blurPanel.directive.js b/src/app/theme/components/baPanel/blurPanel.directive.js deleted file mode 100644 index b661443..0000000 --- a/src/app/theme/components/baPanel/blurPanel.directive.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @author v.lugovksy - * created on 16.12.2015 - */ -(function () { - 'use strict'; - - angular.module('BlurAdmin.theme.components') - .directive('blurPanel', blurPanel); - - /** @ngInject */ - function blurPanel() { - return { - restrict: 'E', - transclude: true, - scope: { - title: '@', - classContainer: '@' - }, - templateUrl: 'app/theme/components/baPanel/blurPanel.html' - }; - } - -})(); \ No newline at end of file diff --git a/src/app/theme/components/baPanel/blurPanel.html b/src/app/theme/components/baPanel/blurPanel.html deleted file mode 100644 index aa48188..0000000 --- a/src/app/theme/components/baPanel/blurPanel.html +++ /dev/null @@ -1,8 +0,0 @@ -