File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " angular-schema-form" ,
33 "main" : [
44 " dist/schema-form.min.js" ,
5- " dist/bootstrap-decorator.min.js" ,
6- " dist/bootstrap-datepicker.min.js"
5+ " dist/bootstrap-decorator.min.js"
76 ],
87 "version" : " 0.7.2" ,
98 "authors" : [
3837 "devDependencies" : {
3938 "angular-ui-ace" : " bower" ,
4039 "angular-schema-form-datepicker" : " >= 0.1.0" ,
40+ "angular-schema-form-colorpicker" : " >= 0.1.0" ,
4141 "jquery" : " ~2.1.1" ,
4242 "angular-mocks" : " >= 1.2" ,
43- "angular-schema-form-colorpicker" : " >= 0.1.0" ,
44- "tx-tinymce" : " >= 0.0.5"
43+ "tx-tinymce" : " >= 0.0.5" ,
44+ "angular-ui-sortable" : " ~0.12.11" ,
45+ "bootstrap-vertical-tabs" : " ~1.2.0"
4546 }
4647}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ <h3>Schema</h3>
8282
8383< script type ="text/javascript " src ="../dist/schema-form.js "> </ script >
8484< script type ="text/javascript " src ="../dist/bootstrap-decorator.min.js "> </ script >
85- < script type ="text/javascript " src ="../dist /bootstrap-datepicker.min.js "> </ script >
85+ < script type ="text/javascript " src ="../bower_components/angular-schema-form-datepicker /bootstrap-datepicker.min.js "> </ script >
8686< script type ="text/javascript " src ="../bower_components/angular-schema-form-colorpicker/bootstrap-colorpicker.min.js "> </ script >
8787
8888<!-- <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
You can’t perform that action at this time.
0 commit comments