gpt4 book ai didi

javascript - 将样式应用于 AngularJS 中的警报

转载 作者:太空宇宙 更新时间:2023-11-03 20:32:45 25 4
gpt4 key购买 nike

我想为 alert box 提供 style,我的 alertcontroller 中,但我没有知道如何在 alert

上应用 style

我的 html 代码是:

<div ng-app="myApp"> 
<div ng-controller="TableCtrl">
<h1>hi</h1>
</div>
</div>

提供了链接并且工作正常, Controller 如下:

var myApp = angular.module('myApp',[]);

myApp.controller('TableCtrl', ['$scope', function($scope) {

alert("page is loaded");

}]);

我不想显示系统设计的警报,而是想更改它。

最佳答案

alert 方法只接受一个消息参数,因此你不能改变它的设计。考虑使用 bootstrapmaterial 之类的 UI 框架,并改用模态窗口

关于javascript - 将样式应用于 AngularJS 中的警报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38681461/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com