All Questions
Tagged with angular-ui-router datatables
3 questions
4
votes
1
answer
336
views
Fixed Header showing when we navigate to different page in single page application
I'm using Datatables with AngularJS and the FixedHeader plugin which works fine when the table is displayed on the page. My issue is that when I navigate to a different page (single page application) ...
0
votes
1
answer
37
views
How to get AngularJS to pick up dynamic bindings created in JavaScript
One part of my code changes the route by:
$state.go('^.DfDocuments', {
requestId: rowData.RequestID
});
However, this doesn't allow me to right click on the link and do "open in new tab".
I'd ...
2
votes
2
answers
3k
views
Angular ui-router's ui-sref created dynamically in a directive?
I am working on a line of business application that is using Angular to create a SPA around a Node.js api server. I decided on using ui-router cause of the state-machine and their intuitive way of ...