Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的角度应用程序使用引导材料设计。一切正常,除非我在加载页面后以编程方式更改与输入关联的模型(浮动标签输入),浮动标签不会浮动。
change当您以编程方式更改值时,您必须触发一个事件。
change
如果您使用的是 Angular2,则不需要自定义指令。在标签上做这样的事情。
<label [class.active]="name && name.length > 0">Some Label</label>