Commit da95a35c authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent dbfd7c89
......@@ -118,9 +118,10 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
- 调用实例如下
```javascript
//打电话
function callPhone() {
hlsUtil.callPhone('18325379820');
function selectedDate() {
hlsUtil.selectedDate(function (date) {
alert(date.format('yyyy-MM-dd'));
})
}
```
- 实现效果如下
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment