angular.module("umbraco") .controller("BlazorDashboard", function ($scope, $location, userService, notificationsService) { var vm = this; window.notificationsService = notificationsService; });