Skip to content

controllerAs syntax for protractor test #4

Description

@tlimpanont

change binding

todoList = element.all(by.repeater('todo in todos'));

to

todoList = element.all(by.repeater('todo in todoList.todo'));

change binding

  var addTodo = element(by.model('todoText'));

to

var addTodo = element(by.model('todoList.todoText'));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions