Thomas Bell

Results 6 comments of Thomas Bell

The reason I didn't store the object on the controller, is because my use case is somewhat more dynamic. We are using fancytree.js which does not support conventional angular bindings....

I realized actually that I missed a case; specifically a multi-level json object such as {r1:1, r2:{ rs1:1, rs: 2}}. This will not work and will still have a parse...

I have resolved the parsing issue by including jison compile a parser. This way we have a comprehensive way to parse callback args. In the case of json, it treats...

I wrote a couple of test cases for the issue that I ran into, they are named as follow; "should parse json arguments as json", "should parse json objects along...

@KylePDavis Can you elaborate on point 1? I have a test case that specifically tests for a literal argument: "should parse json objects along with non json objects"

I have this same problem with the datadog provider. My provider setup looks like the following: ```sh terraform { required_providers { aws = { source = "hashicorp/aws" version = "~>...