<a ui-sref="app.reports.equipmentarg({factoryId: fid})" target="_blank">Click Me</a>
The link works well and passes the parameter successfully when I remove the target attribute. However, it opens in the current tab which is not ideal. I would like to open the page in a new tab while still passing the parameters using the same method.
state('app.reports.shiftarg', {url: '/shift',
templateUrl: 'assets/app/modules/report/views/view/app.shift.report.html',
controller: 'ShiftReportCtrl',
params: { factoryId: null}