Created
July 5, 2018 13:43
-
-
Save Priyankachaudhary2606/a1b66a7184bd09b6c8480f90b7ef01f3 to your computer and use it in GitHub Desktop.
Code Snippet for ng-click on li element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li><a ng-click="studentSwitch = 'about-us'">SKILL COMPETITIONS</a></li> | |
<li><a ng-click="studentSwitch = 'join-us'">WEBINARS</a></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment