Skip to content

angular-dashboard-framework/adf-widget-randommsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b120011 · May 16, 2017

History

16 Commits
May 16, 2017
Sep 19, 2015
Apr 30, 2015
May 15, 2017
Feb 1, 2015
Mar 29, 2015
Mar 29, 2015
Feb 1, 2015
May 16, 2016
Apr 7, 2015
May 16, 2017
Apr 30, 2015
May 16, 2017

Repository files navigation

adf-widget-randommsg

Random message widget for the angular-dashboard-framework.

Build

The widget is build with the help of node, npm, bower and gulp. For a install instruction for node and npm, please have a look here.

Installing bower and gulp

npm install -g bower
npm install -g gulp

Installing dependencies

npm install
bower install

Build the adf-widget-randommsg

gulp

The compiled and optimized files can be found in the dist directory.

Other build goals

Each goal can be used as parameter for the gulp command.

  • clean: removes the dist folder
  • lint: checks css and javascript files for common errors
  • serve: starts an webserver to test the widget

Usage

Install the widget with bower:

bower install adf-widget-randommsg --save

Include the script in your index.html and be sure it is loaded after angular and after the angular-dashboard-framework.

<script type="text/javascript" src="bower_components/adf-widget-randommsg/dist/adf-widget-randommsg.min.js"></script>

Define a dependency for the module:

angular.module('sample', ['adf', 'adf.widget.randommsg']);

About

Random message widget for the angular-dashboard-framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3