mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): use E2EApp as the class name for e2e apps
This commit is contained in:
@@ -14,7 +14,7 @@ function randomTitle() {
|
||||
providers: [NgControl],
|
||||
directives: [FORM_DIRECTIVES]
|
||||
})
|
||||
class IonicApp {
|
||||
class E2EApp {
|
||||
constructor() {
|
||||
var fb = new FormBuilder();
|
||||
this.searchQuery = '';
|
||||
|
||||
Reference in New Issue
Block a user