An open API service indexing awesome lists of open source software.

https://github.com/unix/angular-mobile-tips

一个基于angular1.x的移动端弹窗插件
https://github.com/unix/angular-mobile-tips

Last synced: 3 days ago
JSON representation

一个基于angular1.x的移动端弹窗插件

Awesome Lists containing this project

README

          

# angular-mobile-tips
一个基于angular1.x的移动端弹窗插件

[demo](http://wittsay.cc/notebook/demo/angular-mobile-tips/)

## 安装
`npm install angular-mobile-tips --save`
## 设置angularMoudle依赖项
`angular.module('app', ['ngTips'])`
## 注入service
`xxxx.controler('ngTips'){ngTips.alert()}`