README.md in repres-bootstrap-1.8 vs README.md in repres-bootstrap-1.9
- old
+ new
@@ -103,10 +103,11 @@
- :'flat-ui'
- :'bootstrap-datepicker'
- :'bootstrap-datetimepicker'
- :'bootstrap-fileinput'
- :'bootstrap-table'
+- :'jquery.bootstrapvalidator'
### Render the Style
The Style partial includes the HTML style tags for Bootstrap and its extensions. The [Boot CDN](http://cdn.bootcss.com/) server is supported by default. However, the :cdn option could be passed in to support other CDN servers. The CDN servers must syncrhonize with [cdnjs](https://github.com/cdnjs/cdnjs).
@@ -138,9 +139,10 @@
- :'flat-ui'
- :'bootstrap-datepicker'
- :'bootstrap-datetimepicker'
- :'bootstrap-fileinput'
- :'bootstrap-table'
+- :'jquery.bootstrapvalidator'
### Render the Form Field
The Form Field partial includes the HTML form field tags for Rails Form Builder and Bootstrap.
```erb