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

lmc-eu/ngx-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[INACTIVE] ngx-library

Sorry, this project is no longer maintained and developed.

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

Licence

  • MIT

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