mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
parent
670cd9c165
commit
a80e96cea1
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ angular.scenario.dsl('element', function() {
|
|||
var args = arguments,
|
||||
futureName = (args.length == 0)
|
||||
? "element '" + this.label + "' " + methodName
|
||||
: futureName = "element '" + this.label + "' set " + methodName + " to '" + value + "'";
|
||||
: "element '" + this.label + "' set " + methodName + " to '" + value + "'";
|
||||
|
||||
return this.addFutureAction(futureName, function($window, $document, done) {
|
||||
var element = $document.elements();
|
||||
|
|
|
|||
Loading…
Reference in a new issue