feat($ionicSideMenuDelegate): add isOpen() method

Closes #1074. Closes #1075.
This commit is contained in:
Robin van Baalen
2014-04-07 12:35:52 -07:00
committed by Andy Joslin
parent dfbb376552
commit 518e54ee86
3 changed files with 26 additions and 1 deletions

View File

@@ -117,7 +117,7 @@
},
isOpen: function() {
return this.getOpenRatio() == 1;
return this.getOpenAmount() !== 0;
},
/**