UNPKG

fh-wfm-risk-assessment

Version:
38 lines (27 loc) 877 B
# FeedHenry RainCatcher risk-assessment A vehicle-inspection module for FeedHenry RainCatcher providing a set of directives. The following items of a risk assessment can be collected this module : - Completed / uncompleted - Signature capture #### 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: ```javascript angular.module('app', [ , require('fh-wfm-risk-assessment') ... ]) ``` #### Dependency This module also needs the the [wfm-signature](https://github.com/feedhenry-raincatcher/raincatcher-signature) to work properly : ```javascript angular.module('app', [ , require('fh-wfm-signature') ... ]) ``` #### Integration ##### Angular service #### Directives | Name | Attributes | | ---- | ----------- | | risk-assessment-form | | | risk-assessment | value |