Skip to content

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

Notifications You must be signed in to change notification settings

MaciejHadam/angularjs-jqueryui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published