Comment 11 for bug 1475387

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/218722
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=46e396d7c0a70bbb955737c063969a7d80203fc5
Submitter: Jenkins
Branch: master

commit 46e396d7c0a70bbb955737c063969a7d80203fc5
Author: Richard Jones <email address hidden>
Date: Mon Aug 31 14:20:17 2015 +1000

    Correct usage of angular.element

    The $element usage here was incorrect ($element is not callable),
    the code actually wanted to use angular.element()

    This resulted in the image format element not updating correctly,
    and the selenium test failing (correctly).

    Change-Id: I2ffbcc831b3ff42c4f5d1caeaed56e0c2048fa61
    Partial-Bug: 1475387