Posts by Evans • 87 points
5 posts
-
1
votes1
answer101
viewsQ: How to sort the results more similar to the parameter passed?
I have a table in my system that stores all airports and in a select autocomplete i have this list where I can search. The problem is that I can search for "nome", "cidade", "país" and "IATA" and…
-
2
votes1
answer27
viewsQ: Search for similar metrics from the Youtube API
I was going through the documentation of API of Youtube, but I could not see clearly the following situation: How could I compare metrics (or data) of my two channels or videos of them, having in…
-
3
votes1
answer589
viewsQ: Create a multiple filter with only one input
On my system, I created a directive that gets the parameters needed to update a table, which would be this: function filtroAngularTable() { return { restrict: 'E', scope: { lista: '=', config: '='…
-
2
votes1
answer173
viewsQ: Graph facebook with comment counter no longer works
I created a function in PHP that added up the number of comments made on facebook and wordpress to show in each post, but I think because of the updates of the plugins facebook, the code no longer…
-
0
votes1
answer247
viewsQ: External filter in ng-table
I’m new to using Angularjs and ng-table and I’m having a little problem. I want to learn how to create filters outside the generated table, but I couldn’t find anything on their website…