Guest User

Untitled

a guest
Apr 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <script>
  2.  
  3. $(document).ready(function(){
  4. if($('.availablediv').length > 0){
  5. $('head').append('<style type="text/css">.data {
  6. width: 5%;
  7. }
  8. .presalesDiv .callPlans h3 {
  9. font-size: 15px !important;
  10. }
  11. .handsetDiv .callPlans p {
  12. font-size: 14px !important;
  13. }
  14. .upfront ul li {
  15. display: block;
  16. }</style>');
  17.  
  18. }
  19. });
  20. </script>
  21.  
  22. <div class="availablediv" ng-if="data.cluster_desc_count > 0">
  23. <div ng-if="data.cluster_scode">
  24.  
  25. <ul>
  26. <li>{{data.clusterData}}</li>
  27. <li>{{data.clusterSpeed}}</li>
  28. </ul>
  29. </div>
  30.  
  31. </div>
Add Comment
Please, Sign In to add comment