Skip to content

Commit 26fe00e

Browse files
committed
Merge branch 'patch-1' of https://github.com/CoderAjay/angular-schema-form into CoderAjay-patch-1
2 parents 2113513 + 2d49fd9 commit 26fe00e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ Then load them into Schema Form using the `sfSchema`, `sfForm`, and `sfModel` di
6767
</div>
6868
```
6969

70+
When you are done downloading all the [dependecies](#dependencies) and project files the only remaining part is to add dependencies on the `'schemaForm'` AngularJS module:
7071

72+
```javascript
73+
angular.module('myModule', ['schemaForm']);
74+
```
7175

7276
Documentation
7377
-------------

0 commit comments

Comments
 (0)