]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/controllers.js
Update/fix german translation
[bookstack] / resources / assets / js / controllers.js
index c317da7539abdf2605490a64e0c07dfd49a73b7b..132580f68603ba4708369b5e1553db9bf12c1dee 100644 (file)
@@ -145,23 +145,6 @@ module.exports = function (ngApp, events) {
 
     }]);
 
-    ngApp.controller('PageTagController', ['$scope', '$http', '$attrs',
-        function ($scope, $http, $attrs) {
-
-            const pageId = Number($attrs.pageId);
-            $scope.tags = [];
-
-            $scope.sortOptions = {
-                handle: '.handle',
-                items: '> tr',
-                containment: "parent",
-                axis: "y"
-            };
-            // TODO - Delete
-
-        }]);
-
-
     ngApp.controller('PageAttachmentController', ['$scope', '$http', '$attrs',
         function ($scope, $http, $attrs) {