We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd7121 commit 2712a4bCopy full SHA for 2712a4b
README.md
@@ -71,3 +71,16 @@ $wtNotify.checkPermission(function () {
71
72
* `$wtNotify.permissionLevel` - (granted, denied or default) - 获取当前权限。
73
74
+
75
+### 2.wt-retina
76
77
+```
78
+$wtRetina.isRetina
79
+$wtRetina.media
80
81
82
+##### Static methods and properties
83
+-------------------
84
+* `$wtRetina.isRetina` - Boolean - 是否 Retina 屏幕
85
+* `$wtRetina.media` - String - 匹配成功条件
86
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-wt-genius",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"authors": [
5
"zhenshuai <[email protected]>"
6
],
0 commit comments