EVOLUTION-MANAGER
Edit File: iexp.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/ngOptions/iexp.ngdoc?message=docs(error%2Fiexp)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:iexp <div><span class='hint'>Invalid Expression</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Expected expression in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_' but got '{0}'. Element: {1}">Expected expression in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_' but got '{0}'. Element: {1}</pre> </div> <h2>Description</h2> <div class="description"> <p>This error occurs when 'ngOptions' is passed an expression that isn't in an expected form.</p> <p>Here's an example of correct syntax:</p> <pre><code><select ng-model="color" ng-options="c.name for c in colors"> </code></pre> <p>For more information on valid expression syntax, see 'ngOptions' in <a href="api/ng/directive/select">select</a> directive docs.</p> </div>