{{'DATE' | translate}}:

{{ 'VALUE' | translate }}: {{ specialDate || 'NULL' }}

{{:: 'CODE' | translate}}

            <pip-date  pip-time-mode="past" ng-model="specialDate">
            </pip-date>

{{ 'DISABLED' | translate }}

{{:: 'CODE' | translate}}

            <pip-date  ng-model="specialDate" ng-disabled="true">
            </pip-date>

{{ 'TIME_EDIT_TIME_VIEW' | translate }}:

{{:: 'CODE' | translate}}

            <pip-time-edit pip-start-date="startDate" pip-end-date="endDate">
            </pip-time-edit>

{{:: 'CODE' | translate}}

            <pip-time-view pip-start-date="startDate" pip-end-date="endDate" pip-rebind="true">
            </pip-time-view>

{{ 'DISABLED' | translate }}

{{:: 'CODE' | translate}}

            <pip-time-edit pip-start-date="startDate" pip-end-date="endDate" ng-disabled="true">
            </pip-time-edit>

{{ 'DATE_RANGE' | translate }}:

{{ 'DAILY' | translate }}:

{{ 'VALUE' | translate }}: {{ daily }}

{{:: 'CODE' | translate}}

            <pip-date-range pip-date-range-type="daily" ng-model="daily">
            </pip-date-range>

{{ 'WEEKLY' | translate}}:

{{ 'VALUE' | translate }}: {{ weekly }}

{{ 'NEXT_WEEK' | translate }}

{{:: 'CODE' | translate}}

            <pip-date-range pip-date-range-type="weekly" ng-model="weekly">
            </pip-date-range>

{{ 'MONTHLY' | translate }}:

{{ 'VALUE' | translate }}: {{ monthly }}

{{:: 'CODE' | translate}}

            <pip-date-range pip-date-range-type="monthly" ng-model="monthly">
            </pip-date-range>

{{ 'YEARLY' | translate}}:

{{ 'VALUE' | translate }}: {{ yearly }}

{{:: 'CODE' | translate}}

            <pip-date-range pip-date-range-type="yearly" ng-model="yearly">
            </pip-date-range>