Merge killed the listview namespace

This commit is contained in:
perploug
2013-10-09 15:12:43 +02:00
parent 1e6b80e45e
commit fac71dfd11

View File

@@ -1,5 +1,5 @@
angular.module("umbraco")
.controller("Umbraco.Editors.ListViewController",
.controller("Umbraco.PropertyEditors.ListViewController",
function ($rootScope, $scope, $routeParams, contentResource, contentTypeResource, editorContextService, notificationsService, iconHelper) {
$scope.selected = [];