Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-smart-table-improved

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-smart-table-improved

Collection of useful widgets for the smart-table

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Smart-Table-Improved

Build Status Build Status Code Climate codecov.io bitHound Overall Score devDependency Status

Smart-Table-Improved is a collection of useful widgets for the great Smart-Table component.

Requirements

  • AngularJs
  • Smart-Table
  • Modern browsers (IE>=9 is required)

Installation

Install with NPM

$ npm install angular-smart-table-improved

Manual download

Besides npm package, UMD module is placed under dist/ directory:

  • dist/smart-table-improved.js
  • dist/smart-table-improved.min.js

Please note that thoses files on the development branch may not be updated, you may have to use the ones on the master branch or tags.

Usage

First you need to include the module in your project:

angular.module('yourApp', ['smart-table-improved']);

If you're a Browserify or Webpack user (which is recommended), please don't forget to require the module:

require('angular-smart-table-improved');

angular.module('yourApp', ['smart-table-improved']);

Credits

Keywords

FAQs

Package last updated on 05 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc