diff --git a/src/Umbraco.Web.UI.Client/views/container.controller.js b/src/Umbraco.Web.UI.Client/views/container.controller.js deleted file mode 100644 index 7d3135ae04..0000000000 --- a/src/Umbraco.Web.UI.Client/views/container.controller.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; - -define(['angular'], function(angular) { - - /** - * @ngdoc controller - * @name umbraco.ContainerController - * @function - * - * @description - * The container controller which is used to load in the html templates so html devs need not worry about the razor markup - */ - var containerController = function ($scope) { - $scope.applicationView = "views/index.html"; - }; - - /** Handles the initial loading of the index.html main app from our razor page */ - angular.module('umbraco').controller("ContainerController", containerController); - -}); \ No newline at end of file