Answer the question
In order to leave comments, you need to log in
Plugin for jquery that connects the functionality of Angular?
Help me find a plugin for jquery that connects the functionality of AngularJS.
For example, to create such a construction in a cycle.
<table>
<tr ng-repeat="person in people">
<td>{{ person.name }}</td>
</tr>
</table>
Answer the question
In order to leave comments, you need to log in
(function(){
$('<script/>')
.attr('src','https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.js')
.attr('type','text/javascript')
.appendTo($('head'));
})(jQuery)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question