- Revert HTML Tempalte
- Add scripts section to package.json.
- Add ngMultiple directive to reduce template duplication.
- Add baseFrequency value object to reduce dependency on hard-coded numbers.
- Revert cleanup because of unexpected breaks.
- Revert cleanup because of unexpected breaks.
- Code cleanup
- Bug fixes in default tempalte.
- Bug fix with allowMultiple reference inside directive.
- Combined
init
andoutput
to use Angular'sngModel
. - Updated variable names to make more sense.
- Updates to single vs. multiple config,
$scope.frequency
now has numbers for single and array for multiple.
- Correcting build file error.
- Exposed
$scope.myFrequency
by adding two way boundfrequency
attribute to directive. See README.md for details.
- new major version because tempaltes built to work with 1.4.2 will not work with this version.
- added new config propert of
allowMultiple
which will allow for multiple cron options (e.g '* * 1,3,4 * *'). - update README.md with new multiselect feature and template instructions.
- updated gh-pages demo.
- wrapped each step: CSS wrapper was added to the directive as a whole and each step for easier styling.
- changed filter name: Filter names were polluting name space so the prefix
cron
was added.