UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

13 lines (11 loc) 237 B
function ConflictCtrl($scope) { $scope.item = { reusedBinding: 'outer', alsoReused: 'outerbarbaz' }; $scope.wrapper = [{ reusedBinding: 'inner', alsoReused: 'innerbarbaz' }]; } ConflictCtrl.$inject = ['$scope'];