Skip to content

Instantly share code, notes, and snippets.

@sunkay
Created April 22, 2013 21:00
Show Gist options
  • Save sunkay/5438504 to your computer and use it in GitHub Desktop.
Save sunkay/5438504 to your computer and use it in GitHub Desktop.
shows how to use ng-show & ng-hide
<div ng-controller="deviceListController">
<div ng-hide="devices.length">
You have no devices setup.
<a href="#/admin/add-new">Would you like to add?</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment