您好,欢迎来到暴趣科技网。
搜索
您的当前位置:首页ng-class 写css,ng-class css样式

ng-class 写css,ng-class css样式

来源:暴趣科技网

.error{background-color: red;}

.warning{background-color: yellow;}

app.controller("headerController",function($scope){

$scope.isError=false;

$scope.isWarning=false;

$scope.showError=function(){

$scope.messageText="this is an error";

$scope.isError=true;

$scope.isWarning=false;

}

$scope.showWarning=function(){

$scope.messageText="just a warning";

$scope.isError=false;

$scope.isWarning=true;

}

});

{{messageText}}

error

warning

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- baoquwan.com 版权所有 湘ICP备2024080961号-7

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务