0
votes
2answers
459 views

Issues indirectly updating ngModel from ngClick

I have an ngRepeat that populates a list of customers, shown here : <div ng-repeat="terr in terrData.data"> <div class="customer-row" ng-click="clickCustomerSelect(terr)"> ...
5
votes
2answers
989 views

Using AngularJS and jsPlumb (use jsPlumb functions in AngularJS controller)

So I have a project that I am working on and it requires that I use jsPlumb for graphical elements connections and I am building my app entirely using AngularJS. What is the procedure to follow if I ...