Tabs {{:: 'SAMPLE' | translate }}:

{{:: 'TABS_CONFIG_AND_INFO' | translate}}

{{ 'TAB_INDEX' | translate }}: {{ tabIndex }}

{{ 'VISIBLE' | translate }} {{ 'DISABLED' | translate }} {{ 'SHADOW' | translate }}

{{:: 'CODE' | translate}}

        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
                    }];

{{ 'LIST_CHANGES' | translate }}:

{{ $index }}

{{ mes.text }}