We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @joeldenning @blittle @frehner @TheMcMurder @roanjain,
I'm using singleSpaAngularJS for my AngularJS project, was able to load application but $rootScope features not working.
$rootScope.styleClasses = 'custom-style'; above variable not accessible in application.
$rootScope.styleClasses = 'custom-style';
I'm trying using this scope in ng-class inside body tag <body>, like that:
ng-class
<body>
<body ng-class="(maximized ? 'maximized ' : '') + ($storage.loggedUser.readOnly ? 'read-only ' : '') + ($storage.loggedUser ? 'is-logged ' : 'not-logged ') + (styleClasses.join ? styleClasses.join(' ') + ' ' : '') + (bodyClass.join ? bodyClass.join(' ') : bodyClass)" id="body-container">
Can you help me, please?
The text was updated successfully, but these errors were encountered:
Hi @Victor19Rodrigues @blittle @frehner @TheMcMurder @roanjain , I have also encountered this problem, is there a way to solve it?
Sorry, something went wrong.
No branches or pull requests
Hi @joeldenning @blittle @frehner @TheMcMurder @roanjain,
I'm using singleSpaAngularJS for my AngularJS project, was able to load application but $rootScope features not working.
$rootScope.styleClasses = 'custom-style';
above variable not accessible in application.
I'm trying using this scope in
ng-class
inside body tag<body>
, like that:Can you help me, please?
The text was updated successfully, but these errors were encountered: