Skip to content

Instantly share code, notes, and snippets.

@hodak
Created August 6, 2015 12:42
Show Gist options
  • Save hodak/9139b3dc448080d08adb to your computer and use it in GitHub Desktop.
Save hodak/9139b3dc448080d08adb to your computer and use it in GitHub Desktop.
$scope.date = null;
$scope.options = {
months: 1,
after: moment(),
template: template
};
<mighty-datepicker ng-model="date" options="options"></mighty-datepicker>
<mighty-datepicker ng-model="date" options="options"></mighty-datepicker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment