Skip to content

Instantly share code, notes, and snippets.

@hodak
Created August 6, 2015 13:11
Show Gist options
  • Save hodak/67765b9efc84f5bdc209 to your computer and use it in GitHub Desktop.
Save hodak/67765b9efc84f5bdc209 to your computer and use it in GitHub Desktop.
$scope.dateDbA = moment();
$scope.optionsDbA = {};
$scope.dateDbB = moment();
$scope.optionsDbB = {};
<mighty-datepicker ng-model="dateDbA" options="optionsDbA" before="dateDbB"></mighty-datepicker>
<mighty-datepicker ng-model="dateDbB" options="optionsDbB" after="dateDbA"></mighty-datepicker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment