Angular JS filter not equals

后端 未结 2 817
臣服心动
臣服心动 2020-12-08 12:45

Seems like a very basic question but I can\'t get the syntax right..

  • 2条回答
    •  天命终不由人
      2020-12-08 13:25

      The syntax is just a little off, try:

    • {{question.Text}}
    • See a little JSFiddle: http://jsfiddle.net/U3pVM/3845/

      Edit:

      Example with variables:

      
      
    • {{question.Text}}
    提交回复
    热议问题