logo
  • 教程列表
  • SO官方文档
  • AngularJS 绑定的等价物
    • ngShow
    • ngBind(卷曲标记)
    • inputtypetext 上的 ngModel
    • ngHide
    • ngClass
  1. StackOverflow 文档
  2. knockout.js 教程
  3. AngularJS 绑定的等价物
  4. ngClass

ngClass

Created: November-22, 2018

动态类的 AngularJS 代码:

<p ng-class="{ highlighted: scopeVariableX, 'has-error': scopeVariableY }">Text.</p>

KnockoutJS 等价物:

<p data-bind="css: { highlighted: scopeObservableX, 'has-error': scopeObservableY }">Text.</p>
  • ngHide

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明