fh-wfm-schedule
v0.0.13
Published
An schedule module for WFM
Downloads
11
Readme
FeedHenry WFM Schedule
This module contains a set of Angular directives to manage a scheduler to schedule workorders.
Client-side usage
Client-side usage (via broswerify)
Setup
This module is packaged in a CommonJS format, exporting the name of the Angular namespace. The module can be included in an angular.js as follows:
angular.module('app', [
, require('fh-wfm-schedule')
...
])
Directives
| Name | Attributes | | ---- | ----------- | | schedule | workers, workorders | | schedule-workorder-chip | workorder |
For a more complete example, please check the demo portal app.