UNPKG

unserver-unify

Version:

42 lines 1.48 kB
<div ng-switch="currentSchool.theme" ng-if="loginService.subDomain != 'wdbamboo' && loginService.subDomain != 'bamboosys'"> <div ng-switch-when="t2"> <div ng-include="'app/home/home_t2.html'"></div> </div> <div ng-switch-when="t3"> <div ng-include="'app/home/home_t3.html'"></div> </div> <div ng-switch-when="t4"> <div ng-include="'app/home/home_t4.html'"></div> </div> <div ng-switch-when="t5"> <div ng-include="'app/home/home_t5.html'"></div> </div> <div ng-switch-when="t6"> <div ng-include="'app/home/home_t6.html'"></div> </div> <div ng-switch-when="t7"> <div ng-include="'app/home/home_t7.html'"></div> </div> <div ng-switch-when="t8"> <div ng-include="'app/home/home_t5.html'"></div> </div> <div ng-switch-when="k12"> <div ng-if="loginService.isLogged"> <div ng-include="'app/home/home_k12.html'"></div> </div> <div ng-if="!loginService.isLogged"> <div ng-include="'app/home/homenormal.html'"></div> </div> </div> <div ng-switch-default=""> <div ng-if="currentSchool.marketPlaceFlag"> <div ng-include="'app/home/home_market.html'"></div> </div> <div ng-if="!currentSchool.marketPlaceFlag"> <div ng-include="'app/home/homenormal.html'"></div> </div> </div> </div> <div ng-if="loginService.subDomain == 'wdbamboo' || loginService.subDomain == 'bamboosys'"> <div ng-include="'app/home/homewd.html'"></div> </div>