]
Vlado Pakan closed JBIDE-18129.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
Ionic content assist is available for HTML4 files w/o ionic JS links
--------------------------------------------------------------------
Key: JBIDE-18129
URL:
https://issues.jboss.org/browse/JBIDE-18129
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.CR1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.0.CR1
1. Create the following HTML file:
{code}
<html>
<body>
</body>
</html>
{code}
2. FAILURE: Content assist suggests <ion-*> tags for this file but this file
doesn't have any ionic JS links. This file is not an AngularJS template file either.