Skip to content

Commit 57718a9

Browse files
Update README.md
1 parent 9e570dd commit 57718a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ form.config.submit.handler = function() {
172172
};
173173
```
174174
175+
All methods of `FormusHelper` can be overridden, e.g:
176+
```js
177+
app.config(['FormusHelperProvider', function(FormusHelperProvider) {
178+
FormusHelperProvider.setMethod('nameOfMethod', function() {
179+
/* Implementation */
180+
});
181+
}]);
182+
```
183+
184+
175185
#### Default Configurations
176186
177187
`FormusConfig` service allows to set default configurations for every type of input.

0 commit comments

Comments
 (0)