fh-wfm-map
v0.0.12
Published
A map module for FeedHenry WFM
Downloads
20
Readme
FeedHenry RainCatcher Map
This module provides an Angular directive to represent workorders on a map.
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-map')
...
])
Directives
| Name | Attributes | | ---- | ----------- | | workorder-map | list, center, workorders |
For a more complete example, please check the demo portal app.