SyntaxFix
Write A Post
Hire A Developer
Questions
Angular 1.1.5 added support for ternary operators:
{{myVar === "two" ? "it's true" : "it's false"}}