Pat Long

Results 5 issues of Pat Long

Wondering if there are any examples of ngDraggable items with ngDraggable children? I am looking at creating a recursive tree and would like to be able to move items around...

Currently if a field's value is `null`, the `Validator::checkTypes` method does not pass. This patch allows a `null` value when the field's schema does not have `required: true` set.

[] syntax is invalid in some PHP configurations.

Readme needs update for new namespace/classname... `Jsv4::validate(...)` => `\Jsv4\Validator::validate(...)` `new SchemaStore()` => `new \Jsv4\SchemaStore()` Threw me for a bit of a spin when I did a composer update (sorry it's...

Hello, so I have a modularized REST API, and so far Restangular has been amazing at helping with handling caching. What I am looking at now is a more generic...