File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.2.0
2
+
3
+ * Enhancements
4
+ * Added option to skip the form group check. Thanks @lukaselmer
5
+ * Allow input-group instead of form-group class. Thanks @morgenes
6
+ * Works with inputs without the form-control class (helps it work with radio and checkbox controls). Thanks @Kheldar
7
+
1
8
### 2.1.0
2
9
3
10
* Enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-bootstrap-show-errors" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"authors" : [
5
5
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-bootstrap-show-errors" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " An Angular Directive to intelligently show form validation errors" ,
5
- "author" : " https://github .com/paulyoder/angular-bootstrap-show-errors/graphs/contributors " ,
5
+ "author" : " Paul Yoder <paulyoder@gmail .com> " ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/angular-bootstrap-show-errors" ,
7
+ "homepage" : " https://github.com/paulyoder/ angular-bootstrap-show-errors" ,
8
8
"main" : " src/showErrors.js" ,
9
9
"dependencies" : {},
10
10
"devDependencies" : {
21
21
},
22
22
"scripts" : {
23
23
"test" : " grunt --verbose"
24
- },
25
- "repository" : {
26
- "type" : " git" ,
27
- "url" : " git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
28
24
}
29
25
}
You can’t perform that action at this time.
0 commit comments