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(){
1768
1768
} ) ;
1769
1769
} ) ;
1770
1770
1771
- it . skip ( 'should use supplied template with template field type' , function ( ) {
1771
+ it ( 'should use supplied template with template field type' , function ( ) {
1772
1772
1773
1773
inject ( function ( $compile , $rootScope ) {
1774
1774
var scope = $rootScope . $new ( ) ;
@@ -1793,12 +1793,12 @@ describe('directive',function(){
1793
1793
1794
1794
$compile ( tmpl ) ( scope ) ;
1795
1795
$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>' )
1797
1797
1798
1798
} ) ;
1799
1799
} ) ;
1800
1800
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 ( ) {
1802
1802
1803
1803
inject ( function ( $compile , $rootScope , $httpBackend ) {
1804
1804
@@ -1831,7 +1831,7 @@ describe('directive',function(){
1831
1831
$httpBackend . verifyNoOutstandingExpectation ( ) ;
1832
1832
$httpBackend . verifyNoOutstandingRequest ( ) ;
1833
1833
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>' ) ;
1835
1835
1836
1836
} ) ;
1837
1837
} ) ;
You can’t perform that action at this time.
0 commit comments