zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

hide button

How do I hide logout button on login and show them after login using ionic and angular ? I have tried
Appery( "component_name" ).hide();
and
Apperyio( "component_name" ).hide();

it gives error not defiened ?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

hide button

Hello, show/hide methods work only for jqm projects.
Please use ng-show (https://docs.angularjs.org/api/ng/dir...) or ng-hide (https://docs.angularjs.org/api/ng/dir...) attributes for AngularJS projects

zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

hide button

Can you give me example how can i play with these condition using conditional statement in scope ?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

hide button

Please look at this topic: https://getsatisfaction.com/apperyio/...

Return to “Issues”