How to use ng-if with table to display td based on the condition

前端 未结 3 1128
一整个雨季
一整个雨季 2021-01-02 07:53

With reference to the earlier post on ng-if within DIV for reference the link given here :: Ng-If within DIV , however when i tried the same with ng-if insi

3条回答
  •  借酒劲吻你
    2021-01-02 08:13

    Most of the browsers will ignore any other DOM elements within a table structure if it is not well formed. Which implies, in your above code you cannot have div tag within a tr. Try this instead

    //differnt template with hoot data //differnt template with story data //differnt template with article data

提交回复
热议问题