Posts by Alex Souza Viana • 61 points
2 posts
-
1
votes1
answer851
viewsA: create PHP REST service
Hello Friend there are several ways to create REST with PHP the simplest of them and using the Slim Framework. See the post below to get an idea of how to create a REST.…
-
0
votes2
answers351
viewsA: Angular filter with ng-repeat giving strange error
Hello from what I understand you want to filter which dates have the selected number. I put a field identifier in JSON so that you can use the angle filter itself see below how JSON turned out.…