Skip to content

Instantly share code, notes, and snippets.

@Evanion
Created October 29, 2014 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evanion/2487aad142555fa3b5ab to your computer and use it in GitHub Desktop.
Save Evanion/2487aad142555fa3b5ab to your computer and use it in GitHub Desktop.
uk-datepicker in angular
<div class="uk-form-icon">
<i class="uk-icon-calendar"></i>
<input type="text" class="uk-width-1-1" ng-model="item.classified.meta.applyBy" data-uk-datepicker="{format:'DD.MM.YYYY'}" placeholder="{{ 'CLASSIFIED_CREATE_JOB_META_APPLYBY_DATE' | translate }}" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment