File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ bower install angular-schema-form
107107This will install the latest release and basic dependencies. See
108108[ dependecies section below] ( #dependencies ) .
109109
110+ You can also load the files via [ cdnjs.com] ( https://cdnjs.com/libraries/angular-schema-form ) .
111+
110112### Manual
111113
112114You can also just download the contents of the ` dist/ ` folder and add dependencies manually.
@@ -138,7 +140,7 @@ The minified files include templates - no need to load additional HTML files.
138140### Script Loading
139141
140142Schema form is split into two main files, ` dist/schema-form.min.js ` and
141- ` dist/boostrap-decorator.min.js ` and they need be loaded in that order. AngularJ ,
143+ ` dist/boostrap-decorator.min.js ` and they need be loaded in that order. AngularJS ,
142144[ tv4] ( https://github.com/geraintluff/tv4 ) and [ objectpath] ( https://github.com/mike-marcacci/objectpath )
143145also needs to be loaded * before* Schema Form.
144146
You can’t perform that action at this time.
0 commit comments