Created
June 27, 2016 12:46
-
-
Save lmatteis/1ca8f35e9aabffd88db011cacccebdb9 to your computer and use it in GitHub Desktop.
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
<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