EVOLUTION-MANAGER
Edit File: $sceProvider.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/sce.js?message=docs($sceProvider)%3A%20describe%20your%20change...#L372' 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/ng/sce.js#L372' 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">$sceProvider</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> <a href="api/ng/service/$sce">- $sce</a> </li> <li> - provider in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>The $sceProvider provider allows developers to configure the <a href="api/ng/service/$sce">$sce</a> service.</p> <ul> <li>enable/disable Strict Contextual Escaping (SCE) in a module</li> <li>override the default implementation with a custom delegate</li> </ul> <p>Read more about <a href="api/ng/service/$sce">Strict Contextual Escaping (SCE)</a>.</p> </div> <div> <h2>Methods</h2> <ul class="methods"> <li id="enabled"> <h3><p><code>enabled([value]);</code></p> </h3> <div><p>Enables/disables SCE and returns the current value.</p> </div> <h4>Parameters</h4> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> value <div><em>(optional)</em></div> </td> <td> <a href="" class="label type-hint type-hint-boolean">boolean</a> </td> <td> <p>If provided, then enables/disables SCE.</p> </td> </tr> </tbody> </table> <h4>Returns</h4> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-boolean">boolean</a></td> <td><p>true if SCE is enabled, false otherwise.</p> </td> </tr> </table> </li> </ul> </div>