diff --git a/app/controllers/controller.js b/app/controllers/controller.js index fcd007c..87e6c19 100644 --- a/app/controllers/controller.js +++ b/app/controllers/controller.js @@ -483,7 +483,7 @@ angular.module("umbraco").controller("Imulus.ArchetypeController", function ($sc }); //helper to count what is visible - function countVisible(targetScope) + function countVisible() { return $scope.model.value.fieldsets.length; }