remove umb-tab-view

This commit is contained in:
Mads Rasmussen
2018-08-09 20:23:20 +02:00
parent 404055917f
commit 16ceca1598
2 changed files with 0 additions and 23 deletions

View File

@@ -1,18 +0,0 @@
/**
* @ngdoc directive
* @name umbraco.directives.directive:umbTabView
* @deprecated
* We plan to remove this directive in the next major version of umbraco (8.0). The directive is not recommended to use.
*
* @restrict E
**/
angular.module("umbraco.directives")
.directive('umbTabView', function($timeout, $log){
return {
restrict: 'E',
replace: true,
transclude: 'true',
templateUrl: 'views/directives/_obsolete/umb-tab-view.html'
};
});

View File

@@ -1,5 +0,0 @@
<div class="umb-panel-body umb-scrollable row-fluid">
<div class="tab-content form-horizontal" ng-transclude>
</div>
</div>