- Add support for the new cor-tabs - Add support for title-based layouts - Switch super user layout to the new tabs UI in prep for adding setup support
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			482 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			482 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <li ng-class="tabActive == 'true'  ? 'active' : ''">
 | |
|     <a href="javascript:void(0)" data-title="{{ tabTitle }}"
 | |
|                                  data-toggle="tab"
 | |
|                                  data-target="{{ tabTarget }}"
 | |
|                                  data-placement="right"
 | |
|                                  data-container="body"
 | |
|                                  ng-click="tabInit()"
 | |
|                                  bs-tooltip>
 | |
|         <span ng-transclude/>
 | |
|     </a>
 | |
| </li> |