James Warren
James Warren
Are there any plans to draw up a spec for the various communication elements (particularly service discovery)? To perhaps allow implementations in other languages? A key aspect of micro-services for...
Undeclared variables are causing reference errors when including and minifying in other projects (which use strict mode). This PR ensures all variables are declared.
When using ng-options with selectpicker in angular 1.4 - changing the model value does not correctly update the selectpicker. I think this may be related to this update of ng-options:...
Option to set a limit on the number of choices selectable in a choices field.
Currently the delete batch action is still available when the deletionView is disabled for an entity. I would expect the delete batch action to be hidden in this case, like...
It would be nice to be able to provide an alternative template for the loading directive.
Gitlab supports the same url structure as github but is not automatically detected, this adds support for auto-detecting gitlab repos and applying default url config.
I'm interested in generating a typescript client, guessing others might be too. I'm keen to work on the necessary template, has there been any prior work on this?
#### Issue Description Trails doesn't seem to have sessions support out of the box, so why does `app.config.session` appear in a default generated app? What is its purpose? #### Environment...
### Use case A `User` is part a member of a `Group` and should only be granted read access to records belonging to that `Group`. ### Example ``` PermissionService.grant({ role:...