Tornado Web Server Works Bad With AngularJS Operator Expression
I run code ( get from http://plnkr.co/edit/WHcjcEHdny0yhM2Rs95d?p=preview) on 2 different server - Tornado and Apache. index.html: ).endSymbol('}]}');
Solution 3:
You can use:
<li ng-repeat="contestant in ctrl.contestants">
{{!contestant.firstName}} {{!contestant.lastName}}
</li>
Just use "!" before the variable name.
I hope that will work.
Post a Comment for "Tornado Web Server Works Bad With AngularJS Operator Expression"