UNPKG
mobileoa-common-modules
Version:
latest (1.12.2)
1.12.2
1.0.2
1.0.1
1.0.0
移动办公平台前端公共功能模块
mobileoa-common-modules
/
app
/
views
/
notice
/
sinoNoticeTitle.tpl.html
5 lines
(4 loc)
•
254 B
HTML
View Raw
1
2
3
4
5
<
div
class
=
"sino-ng-init"
>
<
h1
class
=
"title"
ng-show
=
"inTryConnecting"
>
<
ion-spinner
icon
=
"lines"
style
=
"position:relative;top:6px;fill:white;stroke:white;"
>
</
ion-spinner
>
连接中...
</
h1
>
<
h1
class
=
"title"
ng-show
=
"!inTryConnecting"
>
通知
</
h1
>
</
div
>