We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9882e26 + 57718a9 commit f6145aeCopy full SHA for f6145ae
README.md
@@ -172,6 +172,16 @@ form.config.submit.handler = function() {
172
};
173
```
174
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
185
#### Default Configurations
186
187
`FormusConfig` service allows to set default configurations for every type of input.
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "angular-formus",
3
"description": "Form generator for AngularJS",
4
- "version": "0.0.3",
+ "version": "0.0.4",
5
"license": "MIT",
6
"keywords": [
7
"angular",
0 commit comments