angular-jqcloud

WebJar for angular-jqcloud

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-jqcloud
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

angular-jqcloud
WebJar for angular-jqcloud
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mistic100/angular-jqcloud

Download angular-jqcloud

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-jqcloud/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-jqcloud</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-jqcloud/
implementation 'org.webjars.bower:angular-jqcloud:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-jqcloud/
implementation ("org.webjars.bower:angular-jqcloud:1.0.3")
'org.webjars.bower:angular-jqcloud:jar:1.0.3'
<dependency org="org.webjars.bower" name="angular-jqcloud" rev="1.0.3">
  <artifact name="angular-jqcloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-jqcloud', version='1.0.3')
)
libraryDependencies += "org.webjars.bower" % "angular-jqcloud" % "1.0.3"
[org.webjars.bower/angular-jqcloud "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : angular jar [1,2)
org.webjars.bower : jqcloud2 jar [2,3)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.3
1.0.2