SHARE
TWEET
Untitled
a guest
Dec 15th, 2014
146
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- $stateProvider.
- // Main Layout Structure
- state('app', {
- abstract: true,
- url: '/app',
- templateUrl: appHelper.templatePath('layout/app-body'),
- controller: function($rootScope){
- $rootScope.isLoginPage = false;
- $rootScope.isLightLoginPage = false;
- $rootScope.isLockscreenPage = false;
- $rootScope.isMainPage = true;
- },
- resolve: {
- currentUser: function(Authentication) {
- return Authentication.userData();
- }
- }
- }).
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

