There was an error while loading. Please reload this page.
2 parents b1fb67d + 8f8c0c8 commit f860cddCopy full SHA for f860cdd
docs/index.md
@@ -474,9 +474,9 @@ before it's rendered, and should return a form.
474
475
Ex. Reverse all forms
476
```javascript
477
-angular.module('myModule').config(function(schemaFormProvider){
+angular.module('myModule', ['schemaForm']).config(function(schemaFormProvider){
478
479
- schemaForm.postProcess(function(form){
+ schemaFormProvider.postProcess(function(form){
480
form.reverse();
481
return form;
482
})
0 commit comments