Skip to content

Commit f6145ae

Browse files
committed
Merge branch 'master' of github.com:NullRefExcep/AngularFormus
2 parents 9882e26 + 57718a9 commit f6145ae

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-formus",
33
"description": "Form generator for AngularJS",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"keywords": [
77
"angular",

0 commit comments

Comments
 (0)