Skip to main content

Components

Simple component

提醒

这是一篇样例文档

这篇文档的细节须要补充。

请勿删除。

Contents (< _ <, table of contents)

Examples

<button type="button" ng-click="openBase()">open base modal</button>
<button type="button" ng-click="open()">open modal</button>
<button type="button" ng-click="confirm()">confirm</button>

</div>

Test highlight

Highlight html

<div class="test-highlight-html"></div>

Highlight css

body {
  font-size: 2rem;
}

Highlight js

window.alert('...');

Use markdown table

Handle Description
ctrl.openBase() 打开一个基础的 modal.