1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

fix angular import

This commit is contained in:
Sylvain 2022-03-16 11:38:47 +01:00
parent 8177be2fe3
commit d58e9b2bd8

View File

@ -1,6 +1,6 @@
'use strict'; 'use strict';
Application.Controllers.controller('HeaderController', ['$scope', '$rootScope', '$state', 'settingsPromise', Application.Controllers.controller('HeaderController', ['$scope', '$transitions', '$state', 'settingsPromise',
function ($scope, $transitions, $state, settingsPromise) { function ($scope, $transitions, $state, settingsPromise) {
$scope.aboutPage = ($state.current.name === 'app.public.about'); $scope.aboutPage = ($state.current.name === 'app.public.about');