mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-14 22:39:32 +08:00
chore(protractor-generator): add dgeni processor for protractor
This commit is contained in:
committed by
Peter Bacon Darwin
parent
0f77bd6d0a
commit
cd508678cd
@@ -290,7 +290,7 @@ var inputType = {
|
||||
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
|
||||
<tt>myForm.$error.email = {{!!myForm.$error.email}}</tt><br/>
|
||||
</form>
|
||||
</file>
|
||||
</file>
|
||||
<file name="protractor.js" type="protractor">
|
||||
var text = element(by.binding('text'));
|
||||
var valid = element(by.binding('myForm.input.$valid'));
|
||||
|
||||
Reference in New Issue
Block a user