Skip to content

Commit fb56aae

Browse files
committed
Small fixes
Wrong url to datepicker in example and only ran one test
1 parent 8692d7c commit fb56aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bootstrap-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>Schema</h3>
8282

8383
<script type="text/javascript" src="../dist/schema-form.min.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

8787
<script type="text/javascript" src="../bower_components/angular-schema-form-colorpicker/bootstrap-colorpicker.min.js"></script>
8888

test/schema-form-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('Schema form',function(){
6262
});
6363
});
6464

65-
it.only('should generate html and compile it, deep structure',function(){
65+
it('should generate html and compile it, deep structure',function(){
6666

6767
inject(function($compile,$rootScope){
6868
var scope = $rootScope.$new();

0 commit comments

Comments
 (0)