Allen ONeill created GRIFFIN-246:
------------------------------------
Summary: Angular routing error in UI
Key: GRIFFIN-246
URL: https://issues.apache.org/jira/browse/GRIFFIN-246
Project: Griffin (Incubating)
Issue Type: Bug
Reporter: Allen ONeill
app.component.html, line 47,48 refers to:
{{}}
{code:java}
<li><ahref="#!/undercons"><iclass="fa fa-user fa-fw"></i> User
Profile</a></li><li><ahref="#!/undercons"><iclass="fa fa-gear fa-fw"></i>
Settings</a></li>{code}
{{}}
As there is no route to inline '#!/undercons' it gives no UI feedback to the
user, but raises a console error:
{code:java}
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL
Segment: '!/undercons'
Error: Cannot match any routes. URL Segment: '!/undercons'{code}
should '#!/undercons' be defined as a route and a user message shown for
anything 'under construction' ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)