Dear All
I have a simple question. I am new to using Angularjs. The “bonita-portaljs” project is based on Angularjs and in following path “bonita-portal-js/main/features/user/tasks/list/filters/task-filters.html” I add a simple <ng-click>
tag to redirect the bonita portal to another site for example www.google.com. it was added below the “Done tasks” in the left panel. but there is a problem. when I click on it, it shows “404” error.It redirects me to “http://localhost:8080/bonita/portal/www.google.com”
How can I solve it?
this is my code:
<li role="presentation"> <a ng-href="www.google.com">Google</a> </li>