delete unnecessary list view controller

This commit is contained in:
Mads Rasmussen
2015-08-18 15:11:04 +02:00
parent b0dbc05e2e
commit fd1ccdea65
2 changed files with 1 additions and 23 deletions

View File

@@ -1,22 +0,0 @@
/**
* @ngdoc controller
* @name Umbraco.Editors.DocumentType.ListViewController
* @function
*
* @description
* The controller for the content type editor list view section
*/
(function() {
'use strict';
function ListViewController() {
/* ---------- SCOPE VARIABLES ---------- */
var vm = this;
}
angular.module("umbraco").controller("Umbraco.Editors.DocumentType.ListViewController", ListViewController);
})();

View File

@@ -1,4 +1,4 @@
<div class="sub-view-columns" ng-controller="Umbraco.Editors.DocumentType.ListViewController as vm">
<div class="sub-view-columns">
<div class="sub-view-column-left">