File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3564,8 +3564,8 @@ describe('$compile', function() {
3564
3564
} ) ;
3565
3565
3566
3566
3567
- describe ( 'collection object reference' , function ( ) {
3568
- it ( 'should update isolate scope when origin scope changes' , inject ( function ( ) {
3567
+ describe ( 'collection object reference' , function ( ) {
3568
+ it ( 'should update isolate scope when origin scope changes' , inject ( function ( ) {
3569
3569
$rootScope . collection = [ {
3570
3570
name : 'Gabriel' ,
3571
3571
value : 18
@@ -3588,7 +3588,7 @@ describe('$compile', function() {
3588
3588
expect ( componentScope . colrefAlias ) . toEqual ( [ $rootScope . collection [ 0 ] ] ) ;
3589
3589
} ) ) ;
3590
3590
3591
- it ( 'should update origin scope when isolate scope changes' , inject ( function ( ) {
3591
+ it ( 'should update origin scope when isolate scope changes' , inject ( function ( ) {
3592
3592
$rootScope . collection = [ {
3593
3593
name : 'Gabriel' ,
3594
3594
value : 18
You can’t perform that action at this time.
0 commit comments