@@ -10,8 +10,6 @@ describe('directive',function(){
10
10
} )
11
11
) ;
12
12
13
-
14
-
15
13
var exampleSchema = {
16
14
"type" : "object" ,
17
15
"properties" : {
@@ -32,7 +30,6 @@ describe('directive',function(){
32
30
}
33
31
} ;
34
32
35
-
36
33
it ( 'should generate html and compile it' , function ( ) {
37
34
38
35
inject ( function ( $compile , $rootScope ) {
@@ -152,7 +149,6 @@ describe('directive',function(){
152
149
} ) ;
153
150
} ) ;
154
151
155
-
156
152
it ( 'should generate html and compile it, leaving existing inputs intact' , function ( ) {
157
153
158
154
inject ( function ( $compile , $rootScope ) {
@@ -239,7 +235,6 @@ describe('directive',function(){
239
235
tmpl . children ( ) . eq ( 2 ) . children ( ) . eq ( 0 ) . find ( 'button' ) . click ( ) ;
240
236
scope . form [ 1 ] . onClick . should . have . beenCalledOnce ;
241
237
} ) ;
242
-
243
238
} ) ;
244
239
245
240
it ( 'should style submit buttons' , function ( ) {
@@ -438,7 +433,6 @@ describe('directive',function(){
438
433
} ) ;
439
434
} ) ;
440
435
441
-
442
436
it ( 'should use ng-required on required fields' , function ( ) {
443
437
444
438
inject ( function ( $compile , $rootScope ) {
@@ -636,7 +630,6 @@ describe('directive',function(){
636
630
} ) ;
637
631
} ) ;
638
632
639
-
640
633
it ( 'should skip title if form says "notitle"' , function ( ) {
641
634
642
635
inject ( function ( $compile , $rootScope ) {
@@ -664,7 +657,6 @@ describe('directive',function(){
664
657
} ) ;
665
658
} ) ;
666
659
667
-
668
660
it ( 'should generate checkboxes for arrays with enums' , function ( ) {
669
661
670
662
inject ( function ( $compile , $rootScope ) {
@@ -1063,9 +1055,6 @@ describe('directive',function(){
1063
1055
} ) ;
1064
1056
} ) ;
1065
1057
1066
-
1067
-
1068
-
1069
1058
it ( 'should handle "action" groups, same as "section" but with a bootstrap class "btn-group"' , function ( ) {
1070
1059
1071
1060
inject ( function ( $compile , $rootScope ) {
@@ -1264,7 +1253,6 @@ describe('directive',function(){
1264
1253
} ) ;
1265
1254
} ) ;
1266
1255
1267
-
1268
1256
it ( 'should render a list of subforms when schema type is array' , function ( ) {
1269
1257
1270
1258
inject ( function ( $compile , $rootScope ) {
0 commit comments