All Questions
Tagged with angular-datatables angular-directive
2 questions
0
votes
1
answer
304
views
TypeError: _parentScope.$watchCollection is not a function Angular - datatables
Getting this error when trying to load Angular-datatables.
Includes:
<script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdn.datatables.net/1.10.13/...
1
vote
0
answers
291
views
Binding inside the angular directive template with Isolate scope object
I am trying to add datatable in angular with directives. I am trying to add dt-options in the directive based the parameter passed in attributes and then setting the same to the partial html that is ...