{{ 'TAB_INDEX' | translate }}: {{ tabIndex }}
HTML:
<pip-tabs pip-tabs="tabs" pip-active-index="tabIndex"
pip-show-tabs="showTabs" pip-tabs-shadow="showShadow" pip-tabs-select="onSelect"
ng-disabled="disabled">
</pip-tabs>
JS:
$scope.tabs = [{
title: '{{ 'TABS_CONFIG_AND_INFO' | translate}}',
newCounts: 0
}, {title: '{{ 'CODE_SAMPLE' | translate}}',
newCounts: 0
}, {title: '{{ 'LIST_CHANGES' | translate}}',
newCounts: 0
}];
{{ $index }}
{{ mes.text }}