Comment 3 for bug 1371116

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

Reviewed: https://review.openstack.org/123121
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=31cdbe0981819c52e86764270e7ca66a48522049
Submitter: Jenkins
Branch: master

commit 31cdbe0981819c52e86764270e7ca66a48522049
Author: Kamil Rykowski <email address hidden>
Date: Mon Sep 22 14:41:34 2014 +0200

    Fixes double evaluation of AngularJS in modal box

    AngularJS syntax is evaluated twice in modal box after submitting form
    which succeed and no redirection is going to be made. This commit fixes
    this bevahiour by executing AngularJS code just after modal is created
    and not every time it is going to be shown.

    Change-Id: I204fce23ce52f74c38b7dc40ef03c6d5710ad254
    Closes-Bug: #1371116