EVOLUTION-MANAGER
Edit File: ngMessage.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ngMessages/messages.js?message=docs(ngMessage)%3A%20describe%20your%20change...#L317' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.9/src/ngMessages/messages.js#L317' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in"> </i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">ngMessage</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - directive in module <a href="api/ngMessages">ngMessages</a> </li> </ol> </header> <div class="api-profile-description"> <p><code>ngMessage</code> is a directive with the purpose to show and hide a particular message. For <code>ngMessage</code> to operate, a parent <code>ngMessages</code> directive on a parent DOM element must be situated since it determines which messages are visible based on the state of the provided key/value map that <code>ngMessages</code> listens on.</p> </div> <div> <h2>Directive Info</h2> <ul> <li>This directive creates new scope.</li> <li>This directive executes at priority level 0.</li> </ul> <h2 id="usage">Usage</h2> <div class="usage"> <pre><code class="lang-html"><!-- using attribute directives --> <ANY ng-messages="expression"> <ANY ng-message="keyValue1">...</ANY> <ANY ng-message="keyValue2">...</ANY> <ANY ng-message="keyValue3">...</ANY> </ANY> <!-- or by using element directives --> <ng-messages for="expression"> <ng-message when="keyValue1">...</ng-message> <ng-message when="keyValue2">...</ng-message> <ng-message when="keyValue3">...</ng-message> </ng-messages> </code></pre> <p><a href="api/ngMessages">Click here</a> to learn more about <code>ngMessages</code> and <code>ngMessage</code>.</p> </div> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> ngMessage </td> <td> <a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>a string value corresponding to the message key.</p> </td> </tr> </tbody> </table> </section> </div>