taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Deselecting wells does not work with default custom configuration #275

Closed BrianLandry closed 8 years ago

BrianLandry commented 8 years ago

To recaptiualate error:

  1. Open page
  2. Select custom device
  3. Right click a well
TypeError: Cannot read property '0' of undefined
    at simControllers.js:368
    at l.$eval (angular.js:14401)
    at l.$apply (angular.js:14500)
    at l.$scope.handleClick (simControllers.js:367)
    at HTMLDivElement.<anonymous> (simDirectives.js:14)
    at HTMLDivElement.n.event.dispatch (jquery.min.js:3)
    at HTMLDivElement.r.handle (jquery.min.js:3)(anonymous function) @ angular.js:11607(anonymous function) @ angular.js:8557l.$apply @ angular.js:14502$scope.handleClick @ simControllers.js:367(anonymous function) @ simDirectives.js:14n.event.dispatch @ jquery.min.js:3r.handle @ jquery.min.js:3

Error found on commit 269f832204c08a9ea9

BrianLandry commented 8 years ago

should be fixed in 94f2309