Skip to content

Instantly share code, notes, and snippets.

@mmourafiq
Created August 19, 2013 19:24
Show Gist options
  • Save mmourafiq/6272985 to your computer and use it in GitHub Desktop.
Save mmourafiq/6272985 to your computer and use it in GitHub Desktop.
<a ng-show="globals.is_authenticated" class="btn" ng-click="open('create')"> Create</a>
<a ng-hide="globals.is_authenticated" class="btn" href="/api-auth/login/"> Create</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment