New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

angularjs-json-object-editor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-json-object-editor

Module to edit Javascript Objects (AngularJS/ Angular 1)

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

A JSON object editor for AngularJS

Module to edit Javascript Objects (AngularJS/ Angular 1)

Installation

npm i -S angularjs-json-object-editor

Usage

Include in your project

import { moduleName as objectEditor } from 'angularjs-json-object-editor';

Include styles (in your sass file)

@import 'angularjs-json-object-editor';

(or on your .js file)

import 'angularjs-json-object-editor/index.scss';

Add to the dependencies of your angular app

angular.module('myApp', [objectEditor]);

Use your directive

<object-editor object="$scope.myObject"></object-editor>

Keywords

angularjs

FAQs

Package last updated on 14 Sep 2018

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