UNPKG

suh-dgeni-ngdocs

Version:

A package to generate ng-docs similar to what is used on AngularJS website.

10 lines 416 B
describe("{$ doc.description $}", function() { var rootEl; beforeEach(function() { rootEl = browser.rootEl;{% if doc['ng-app-included'] %} browser.rootEl = '[ng-app]';{% endif %} browser.get("{$ doc.basePath $}{$ doc.example.deployments[doc.deployment.name].outputPath $}"); }); {% if doc['ng-app-included'] %}afterEach(function() { browser.rootEl = rootEl; });{% endif %} {$ doc.innerTest $} });