Skip to content

A collection of useful directives, filters, and services for Angular JS.

License

Notifications You must be signed in to change notification settings

pelizza/angular-common

 
 

Repository files navigation

Angular JS Common

A collection of useful directives, filters, and services for Angular JS.

Docs and Examples

@michaeljcalkins

Bitdeli Badge Build Status

Install

bower install angular-common

Usage

angular.module('app', [
    'common.confirm',
    'common.dateRange',
    'common.drag',
    'common.dragdrop',
    'common.draw',
    'common.modal',
    'common.sortable',
    'common.strings',
    'common.time',
    'common.upload',
    'common.youtube'
]);

We recommend you can create a module that includes all the modules you want to use and just reference that pointer module.

angular.module('app', [
    'common.master'
]);

Demo

Run these commands from the root of the repo.

node server.js

php -S localhost:8888

http://localhost:8888

Roadmap

The long term vision for this project is to one by one elimnate all dependencies for this project and create completely angular based modules without the need for including external libraries.

About

A collection of useful directives, filters, and services for Angular JS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published