Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.07 KB

ngx-library

Simple extension library for AngularJS used in LMC projects. Mostly UI components, inspired by Angular-UI project.

Build Status

Prerequisites

Installation

npm install -g grunt

# in your local ngx folder
npm install
grunt

... and try demos

Requirements

  • AngularJS v1.0+
  • jQuery, jQuery UI - for some directives

To do

This is an initial open-sourced version of this library, more to come soon.

  • ngx.ui.imageupload with flash upload for browsers without File API (IE8)
  • more global configuration via ngxConfig
  • separate modules which use external libraries (ngx.ui.fancybox, ngx.ui.jqDialog, ngx.ui.twDialog) with configurable usage in ngx.ui.wysiwyg/lightbox/dialog
  • more demos
  • documentation
  • tests
  • dependency map
  • custom build
  • lots of refactoring