In Phalcon how could use the html_entity_decode function?
I used the below syntax to decode the content
[[html_entity_decode(eventSessionDetails.session_details)]]
but not working [[ ]] are used for angular js interpolation
In Phalcon how could use the html_entity_decode function?
I used the below syntax to decode the content
[[html_entity_decode(eventSessionDetails.session_details)]]
but not working [[ ]] are used for angular js interpolation