You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define what "not working" means, I may be able to troubleshoot further. My problem was that
elem.append(markup);
Was literally appending the dynamic data instead of replacing it, so I was getting duplicate and stale data. Perhaps your problem is different. Also, if you're using grunt to compile this stuff, make sure this library gets recompiled.
Static data it is working, when from controller it is not working
The text was updated successfully, but these errors were encountered: