Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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) ...
Vilas Kumkar's user avatar
  • 1,400
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 ...
Hoppe's user avatar
  • 6,855
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 ...
keepitdk's user avatar