An Angular directive wrapping Rome.
npm i angular-rome --save
Then inject it into your Angular module.
require('angular-rome');
angular.module('whatevs', [
'rome'
]);Basic Example
<rome ng-model="vm.whatevs"></rome>All The Things
<rome ng-model="vm.whatevs" rome-time="true" rome-date="true" rome-initial-value="" rome-min="" rome-max="" rome-time-interval="" rome-input-format="" rome-week-start="" rome-before="" rome-before-eq="" rome-after="" rome-after-eq="" rome-months-in-calendar=""></rome>rome-after,rome-after-eq,rome-before,rome-before-eqaccept an ng-model for a rome object.- TODO: Add more datas.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
TODO: Write history
- Nicolas Bevacqua for beautifully crafting Rome.
See LICENSE.