File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3564,8 +3564,8 @@ describe('$compile', function() {
35643564 } ) ;
35653565
35663566
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 ( ) {
35693569 $rootScope . collection = [ {
35703570 name : 'Gabriel' ,
35713571 value : 18
@@ -3588,7 +3588,7 @@ describe('$compile', function() {
35883588 expect ( componentScope . colrefAlias ) . toEqual ( [ $rootScope . collection [ 0 ] ] ) ;
35893589 } ) ) ;
35903590
3591- it ( 'should update origin scope when isolate scope changes' , inject ( function ( ) {
3591+ it ( 'should update origin scope when isolate scope changes' , inject ( function ( ) {
35923592 $rootScope . collection = [ {
35933593 name : 'Gabriel' ,
35943594 value : 18
You can’t perform that action at this time.
0 commit comments