Marcel Kempf
Marcel Kempf
@froschdesign True, the decorator could easily detect scalar types and cast the values accordingly. Didn't think of that and will add it to the code :) @Ocramius I agree, the...
@froschdesign With the latest commit the decorator now casts values for scalar parameters into their proper type. The example from the PR description can now also look like this: ```php
Hi @froschdesign, what do you think about the automatic type casting I added?
Looks like you forgot to load some module file(s). Are you loading `angucomplete.js`, `angular-route.min.js` and `dirPagination.js`?
I rebuild your scenario in a [Plunker](http://plnkr.co/edit/6271pXGIFY9ukK5aVf7x?p=preview) and everything works fine. Could you post your index.html? (or the file, in wich you load the angular modules)
+1 Can be solved by merging PR #107
The problem was, that the `isNewSearchNeeded` method was not a scope method and didn't get the corrent minLegth value. I made a PR for this.
There seems to be a segmentation fault in the PHP8.1 build. I also don't know what the error in the PHP5.3 builds wants to tell me. ``` Fatal error: Declaration...
Hi @WyriHaximus, happy to hear that this feature can be useful for others as well. But the next new major version would be v2, not v3, wouldn't it?
Hi @sebastianbergmann and @spriebsch, I think this is a nice idea! I would love to help and made a quick prove of concept. Is this the place and way you...