yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13732
[Bug 1309642] [NEW] horizon angular integration overrides embed tag
Public bug reported:
The angular integration into horizon overrides the default content tag {{ }} since if conflicts with the Django template tag.
The problem is that some angular components (ng-grid) cannot be reused because they assume the default setting.
Ideally angular code should run unchanged whether run inside of horizon
or outside. I am thinking that this override should be removed. Angular
templates (aka partials) should be loaded from static files rather than
templates.
A quick search of templates in horizon did not find any use of {$ $} but
this surprises me.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1309642
Title:
horizon angular integration overrides embed tag
Status in OpenStack Dashboard (Horizon):
New
Bug description:
The angular integration into horizon overrides the default content tag {{ }} since if conflicts with the Django template tag.
The problem is that some angular components (ng-grid) cannot be reused because they assume the default setting.
Ideally angular code should run unchanged whether run inside of
horizon or outside. I am thinking that this override should be
removed. Angular templates (aka partials) should be loaded from static
files rather than templates.
A quick search of templates in horizon did not find any use of {$ $}
but this surprises me.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1309642/+subscriptions
Follow ups
References