Vlad Poluch
Vlad Poluch
> * we need to copy the callback for every decorator if we want to apply more than 1 rule for a specified type / condition, that means more coding...
@nolazybits what pending PRs would solve this issue?
I do not understand your problem. I think your test cases are not good. You define property `name` as optional in case PATCH is in groups. ```ts it('should fail on...
I understand now. But as it is a breaking change I want to have more feedback from community.
https://stackoverflow.com/questions/7487869/is-this-simple-string-considered-valid-json Is string really valid JSON?
Sure. We are open to proposals how this may works. But for now this is future request.
Hi, What about this ? https://github.com/eriktufvesson/ngBootbox/issues/22#issuecomment-123393836 There is form with submit button inside HTML template of dialog. I think this is what you need.
Right now, there is only `ng-bootbox-options` directive. This directive mediates option object to bootbox.js library. If we want `ng-bootbox-on-escape`, I think we have to create `ng-bootbox-*` directives for all bootbox.js...
Hi, In new version there is options to add scope to custom dialog using ng-bootbox-options directive. But it is not documented yet. ``` html Button Title ``` Controller: ``` javascript...
I think it is because dialog body is compile with your scope only on creation of dialog. So your $scope.wallets are fill with data async (response from server) and new...