mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 15:50:22 +00:00
fix(scenario): Change title to "AngularJS"
This commit is contained in:
parent
836e4c1428
commit
7da70af1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ angular.scenario.output('html', function(context, runner, model) {
|
|||
|
||||
context.append(
|
||||
'<div id="header">' +
|
||||
' <h1><span class="angular"><angular/></span>: Scenario Test Runner</h1>' +
|
||||
' <h1><span class="angular">AngularJS</span>: Scenario Test Runner</h1>' +
|
||||
' <ul id="status-legend" class="status-display">' +
|
||||
' <li class="status-error">0 Errors</li>' +
|
||||
' <li class="status-failure">0 Failures</li>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue