]
Denis Golovin resolved JBIDE-19505.
-----------------------------------
Resolution: Duplicate Issue
Most of CA problems were related to problem discovered in related issue JBIDE-19694 when
ternjs plugin for angularjs was not able to process angular related queries. With
JBIDE-19694 fixed please test content assist as it is described here
Angular Code Assist doesn't work for jboss-kitchensink-angularjs
app
--------------------------------------------------------------------
Key: JBIDE-19505
URL:
https://issues.jboss.org/browse/JBIDE-19505
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing, upstream
Affects Versions: 4.3.0.Alpha1
Environment: JBDS 9.0.0.Alpha1-v20150216-1042-B11, Linux
Reporter: Vlado Pakan
Assignee: Victor Rubezhny
Priority: Blocker
Fix For: 4.3.0.Beta2
Attachments: angular-code-assist.png
1. Import jboss-kitchensink-angularjs from JBoss Central
2. Open partials/home.html page
3. Open Angular Explorer and link modules > MemberService > MembersCtrl to
controler
4. Find this line {code}<li ng-repeat="message in
errorMessages">{{message}}</li>{code} and invoke Code Assist for {{m
ERROR: Code Assist doesn't contain proposal for message variable