mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-19 08:52:25 +01:00
fix angular import
This commit is contained in:
parent
8177be2fe3
commit
d58e9b2bd8
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user