angular-jqcloud

1.0.3 • Public • Published

AngularJS jQCloud

Bower version

Simple AngularJS directive for jQCloud, a beautiful words cloud generator.

Usage

<jqcloud words="words" width="500" height="350" steps="7"></jqcloud>
 
<script>
  var app = angular.module('app', [
    'angular-jqcloud'
  ]);
 
  app.controller('controller', function($scope) {
    $scope.words = [/* ... */];
  });
</script> 

Consult jQCloud documentation for full options.

/angular-jqcloud/

    Package Sidebar

    Install

    npm i angular-jqcloud

    Weekly Downloads

    270

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • mistic100