apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

Methods on evaluations page syntax incorrect #156

Open chrislatimer opened 9 years ago

chrislatimer commented 9 years ago

https://ignite.apigee.com/#/evaluations/EvaluationUtilities

 "$session.myTextAsMonogram": "[[$self.text:monogram]]",
 "$session.myTextTruncated": "[[$self.truncate(5)]]",
 "$session.myTextAsUppercase": "[[$self.uppercase]]"

These methods use dot instead of colon syntax in the documentation, which does not appear to work. Using colon syntax does work.