-
Hi All,
I used "de.marcelpociot.sidemenu" module 2.2 version in my titanium project(app) for iPhone.
Recently I upgrate my sdk from Ti SDK 5.2.2.GA to Ti SDK 6.3.0.GA
When I run the app am gettin…
-
- [ ] propose security filter hooks
- [ ] propose action hook arguments
- [ ] propose additional filters and hook for permission control, tab, sidemenu etc.
-
I need to make the sidemenu render in a non-collapsed state so the user can decide whether to collapse it or not.
Where/How do I set that?
-
I've found some private properties for that, why don't you make them public?
```
@property (assign, readwrite, nonatomic) BOOL visible;
@property (assign, readwrite, nonatomic) BOOL leftMenuVisible;
…
-
## 安装
npm install -g ionic cordova ios-sim ios-deploy
## 40+ Ionic Framework 2 Resources
http://mcgivery.com/15-ionic-framework-2-resources/
http://www.joshmorony.com/ionic-2-first-look-series…
-
Steps of execution -
1. Go to sidemenu > click on login with FB.
2. Enter email-id and password.
3. Shows domain URL error.
PFA to the screenshot attached :-
https://screenrec.com/share/XZa7L…
-
**I'm submitting a ...** (check one with "x")
* [ ] bug report
* [ X] feature request
### Issue description
I am making my Side Menu from nb-menu with NbMenuItem[]. I cannot find the code to …
-
Suppose we have a topbar and two routes:
* home
* profile
Profiles is protected, home is not
top bar is part of app
Problem: The security directives work only inside profile, if topbar has …
-
-
### Feature request type
enhancement
### Is your feature request related to a problem? Please describe
我想通过点击一个按钮而不是菜单进行修改侧边菜单的选中状态,代码中sideMenuItem.IsSelected = true;修改后,无法触发sideMenuItem中受保护的OnSele…