{{ 'BASIC_INFO' | translate }}

Ali Connors

{{ 'MONTH_MAY' | translate }} 2016

{{ 'CONTACT_INFO' | translate }}

+ 79809887584

{{ 'MOBILE' | translate }}

+ 788907655443

{{ 'HOME' | translate }}

{{:: 'CODE' | translate}}

        HTML: 

            <pip-dropdown pip-actions="actions"
                        pip-active-index="activeIndex">
            </pip-dropdown>

        JS: 

            $scope.actions = [
                {title: '{{ 'BASIC_INFO' | translate }}', id: 1},
                {title: '{{ 'CONTACT_INFO' | translate }}', id: 2},
                {title: '{{ 'CODE_SAMPLE' | translate }}', id: 3}
            ];