Comment 2 for bug 1258192

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

Reviewed: https://review.openstack.org/60268
Committed: http://github.com/openstack/horizon/commit/4b528b3c1509ba5ffbd22262d43a3858c30b25ae
Submitter: Jenkins
Branch: master

commit 4b528b3c1509ba5ffbd22262d43a3858c30b25ae
Author: Maxime Vidori <email address hidden>
Date: Thu Dec 5 16:24:27 2013 +0100

    Add a loadAngular function

        If something is added to the DOM with external tools, angular is not
    aware of these changes (Ajax call, pure js DOM manipulation, etc...).
    This patch add an utility function which will load angular on the given
    element.
        There is also an example on modal, angular is now loaded when a
    modal is shown.

    Fixes bug #1258192

    Change-Id: I3266b455d79d7d1856e4a622e927ed4af8e90b5e