UNPKG

unserver-unify

Version:

11 lines (9 loc) 541 B
'use strict'; angular.module('bamboo.common').service('fullWidthService', function($rootScope, $state, ApiService) { var self = this; self.listen = function() { if (!($state.current.name == 'index.setting.signupteacher' || $state.current.name == 'index.advertise' || $state.current.name == 'index.setting.signuppartner' || $state.current.name == 'index.store'|| $state.current.name == 'index.teacher.detailgsx' || $state.current.name.indexOf('index.home') > -1)) { $rootScope.fullwidthflag = false; } } });