Complex angular js ng-class

后端 未结 5 1429
暗喜
暗喜 2020-12-23 16:40

I have the component and have a problem setting the css class to it. I want it to always have a class of \"box\", then to have additional classes specified by the directive

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 17:27

    I needed multiple classes where one was $scope derived and others were literal classes. Thanks to the hint from Andre, below worked for me.

    {{workStream.Name}}

提交回复
热议问题