Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi There,
I am working on Dashboard Tabs. where there is a table and fields on it. one field has a link .
<td data-title="'Email'" sortable="'Email'" filter="{ 'Email': 'text' }" class="level" ng-click="openDetail(item)"> {{ item.Email}}
js is
$scope.openDetail = function (Item) { var dialog = dialogService.open({ template: '/App_Plugins/LogViewer/backoffice/tracelog/detail.html', dialogData: Item, show: true, width: 400 });
currently i am using dialog services to show them. I am trying to open that link in the same tabs instead of dialog box .
any idea about the navigation url i should give on ng-click?
Regards,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
redirection on same tab using ng-click
Hi There,
I am working on Dashboard Tabs. where there is a table and fields on it. one field has a link .
js is
currently i am using dialog services to show them. I am trying to open that link in the same tabs instead of dialog box .
any idea about the navigation url i should give on ng-click?
Regards,
is working on a reply...