delete unnecessary list view controller
This commit is contained in:
@@ -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);
|
||||
|
||||
})();
|
||||
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user