我试图通过帮助角度路线来实现SPA,并使用ng-view注入视图。在一个页面中,我需要一个jquery数据表,我需要使用jquery获取所选行的索引。但这并不是在ng-view中讨厌。我尝试使用指令但没有运气。 有人可以帮助我吗
Home.html中
Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
获取选定的行
Controller.Js:
<table id="example" class="display" style="width:100%">
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Extn.</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
</table>