This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Commit 290c72a
fix($mdGesture):reAdd isAndroid & isIos to $get (#11044)
This was removed as part of this commit : #9803
I think it was observed that isAndroid and isIos is not used anywhere else in material, so it was removed.
But the normal usages of $mdGesture would be broken after this commit , I mean a developer can't simply inject `$mdGesture` and use it as :
if($mdGesture.isAndroid):{
this.suggestDownloadOurAndroidApp()
}1 parent eecc976 commit 290c72a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments