We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jerk
1 parent e3f78c1 commit 6b52848Copy full SHA for 6b52848
src/ng/interpolate.js
@@ -156,7 +156,7 @@ function $InterpolateProvider() {
156
* <example>
157
* <file name="index.html">
158
* <div ng-init="username='A user'">
159
- * <p ng-init="apptitle='Escaping demo'">{{apptitle}}: \{\{ username = "some jerk"; \}\}
+ * <p ng-init="apptitle='Escaping demo'">{{apptitle}}: \{\{ username = "defaced value"; \}\}
160
* </p>
161
* <p><strong>{{username}}</strong> attempts to inject code which will deface the
162
* application, but fails to accomplish their task, because the server has correctly
0 commit comments