JakeAngell

Results 3 comments of JakeAngell

I'm using q.defer() for the schema and resolving it after I've done a number of HTTP requests. Used with an ng-if directive as follows. ``` ``` I've updated my version...

@valerybugakov please merge, simple one line fix for annoying bug

I've found unnecessary state updates can cause infinite loops with this library. What solved it for me was setting the hasMore state property to be a boolean rather than a...