File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1768,7 +1768,7 @@ describe('directive',function(){
17681768 } ) ;
17691769 } ) ;
17701770
1771- it . skip ( 'should use supplied template with template field type' , function ( ) {
1771+ it ( 'should use supplied template with template field type' , function ( ) {
17721772
17731773 inject ( function ( $compile , $rootScope ) {
17741774 var scope = $rootScope . $new ( ) ;
@@ -1793,12 +1793,12 @@ describe('directive',function(){
17931793
17941794 $compile ( tmpl ) ( scope ) ;
17951795 $rootScope . $apply ( ) ;
1796- tmpl . children ( ) . eq ( 0 ) . html ( ) . should . be . eq ( '<div class="ng-binding ng-scope ">Hello World</div>' )
1796+ tmpl . html ( ) . should . be . eq ( '<div sf-field="0" class="ng-scope ng-binding ">Hello World</div>' )
17971797
17981798 } ) ;
17991799 } ) ;
18001800
1801- it . skip ( 'should load template by templateUrl, with template field type' , function ( ) {
1801+ it ( 'should load template by templateUrl, with template field type' , function ( ) {
18021802
18031803 inject ( function ( $compile , $rootScope , $httpBackend ) {
18041804
@@ -1831,7 +1831,7 @@ describe('directive',function(){
18311831 $httpBackend . verifyNoOutstandingExpectation ( ) ;
18321832 $httpBackend . verifyNoOutstandingRequest ( ) ;
18331833
1834- tmpl . children ( ) . eq ( 0 ) . html ( ) . should . be . eq ( '<div class="ng-binding ng-scope ">Hello World</div>' )
1834+ tmpl . html ( ) . should . be . eq ( '<div sf-field="0" class="ng-scope ng-binding ">Hello World</div>' ) ;
18351835
18361836 } ) ;
18371837 } ) ;
You can’t perform that action at this time.
0 commit comments