]
Vlado Pakan closed JBIDE-17993.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
Default ionic js/css references for ionic palette components
------------------------------------------------------------
Key: JBIDE-17993
URL:
https://issues.jboss.org/browse/JBIDE-17993
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.CR1
Let's add the following default references to the JS/CSS palette:
{code}
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<!-- ionic/angularjs js -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
{code}
so these links will be inserted into the page when dropping an ionic component from the
Palette with the "add js/css references" checkbox checked.
But I'm not sure we can add the comment <!-- ionic/angularjs js --> in our
preferences too.