EVOLUTION-MANAGER
Edit File: angular.version.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/AngularPublic.js?message=docs(angular.version)%3A%20describe%20your%20change...#L91' 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/AngularPublic.js#L91' 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">angular.version</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - object in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>An object that contains information about the current AngularJS version. This object has the following properties:</p> <ul> <li><code>full</code> – <code>{string}</code> – Full version string, such as "0.9.18".</li> <li><code>major</code> – <code>{number}</code> – Major version number, such as "0".</li> <li><code>minor</code> – <code>{number}</code> – Minor version number, such as "9".</li> <li><code>dot</code> – <code>{number}</code> – Dot version number, such as "18".</li> <li><code>codeName</code> – <code>{string}</code> – Code name of the release, such as "jiggling-armfat".</li> </ul> </div> <div> </div>