I was generating a form action in my previous version of AngularJS
using this code:
<form action="{{ api }}/products/image">
However, I just updated and now that apparently is too loose.
Error while interpolating: {{ api }}/products/image
Strict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required.
How do I achieve the same functionality in 1.2.4
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…