/angularjs-jqueryui

This project contains a collection of AngularJS's directives that internally uses jQuery-UI's plugins

Primary LanguageJavaScript

AngularJS directives for jQueryUI plugins

Installation

In order to install the directives you must include the file jui.js located on the build directory on your project. You will have to make a reference to the module on your application module like the following:

angular.module('myApp', ['jui']);

Currently implemented plugins

  • Draggable
  • Button / ButtonSet
  • ProgressBar
  • Droppable
  • Resizable

The module can be found in the Directives folder.

Requirements

We're currently using Yeoman, instructions to install it can be found on the website.

Testing

To run tests, use the Yeoman's test task.

yeoman test

We're curretly testing over GoogleChrome and PhantomJS.