@@ -1988,7 +1988,7 @@ describe('select', function() {
19881988 createSelect ( {
19891989 'name' : 'select' ,
19901990 'ng-model' : 'value' ,
1991- 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']' ,
1991+ 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']'
19921992 } ) ;
19931993
19941994 scope . form . select . $parsers . push ( function ( value ) {
@@ -2005,7 +2005,7 @@ describe('select', function() {
20052005 createSelect ( {
20062006 'name' : 'select' ,
20072007 'ng-model' : 'value' ,
2008- 'ng-options' : 'item for item in [\'the first\', \'the second\', \'the third\', \'the fourth\']' ,
2008+ 'ng-options' : 'item for item in [\'the first\', \'the second\', \'the third\', \'the fourth\']'
20092009 } ) ;
20102010
20112011 scope . form . select . $formatters . push ( function ( value ) {
@@ -2022,7 +2022,7 @@ describe('select', function() {
20222022 createSelect ( {
20232023 'name' : 'select' ,
20242024 'ng-model' : 'value' ,
2025- 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']' ,
2025+ 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']'
20262026 } ) ;
20272027
20282028 scope . form . select . $validators . fail = function ( ) {
@@ -2040,7 +2040,7 @@ describe('select', function() {
20402040 createSelect ( {
20412041 'name' : 'select' ,
20422042 'ng-model' : 'value' ,
2043- 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']' ,
2043+ 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']'
20442044 } ) ;
20452045
20462046 scope . form . select . $validators . pass = function ( ) {
@@ -2059,7 +2059,7 @@ describe('select', function() {
20592059 createSelect ( {
20602060 'name' : 'select' ,
20612061 'ng-model' : 'value' ,
2062- 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']' ,
2062+ 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']'
20632063 } ) ;
20642064
20652065 scope . form . select . $asyncValidators . async = function ( ) {
@@ -2085,7 +2085,7 @@ describe('select', function() {
20852085 createSelect ( {
20862086 'name' : 'select' ,
20872087 'ng-model' : 'value' ,
2088- 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']' ,
2088+ 'ng-options' : 'item for item in [\'first\', \'second\', \'third\', \'fourth\']'
20892089 } ) ;
20902090
20912091 scope . form . select . $asyncValidators . async = function ( ) {
0 commit comments