Can someone help me figure out how to integrate the 'perfectScrollbar('update')' function with my Angular.js code?
$http.get('demo/json/test.json').
success(function(data, status, headers, config) {
$scope.items = data;
})
I would appreciate any assistance. Thank you.