Skip to content

Instantly share code, notes, and snippets.

@lmatteis
Created June 27, 2016 12:46
Show Gist options
  • Save lmatteis/1ca8f35e9aabffd88db011cacccebdb9 to your computer and use it in GitHub Desktop.
Save lmatteis/1ca8f35e9aabffd88db011cacccebdb9 to your computer and use it in GitHub Desktop.
<h1 class="title">{{ctrl.getFacebookConsumed() | number:0}}</h1>
<p class="subtitle">
Facebook interactions
<span class="plafond">{{ctrl.getFacebookTotal() | number:0}}</span>
</p>
<div class="slider">
<div class="consumption-lenght twitter" ng-style="{width: (ctrl.getFacebookConsumed() / ctrl.getFacebookTotal() * 100 )+ '%'}"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment