angularjs-json-object-editor

0.1.6 • Public • Published

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>

/angularjs-json-object-editor/

    Package Sidebar

    Install

    npm i angularjs-json-object-editor

    Weekly Downloads

    0

    Version

    0.1.6

    License

    MIT

    Unpacked Size

    26.8 kB

    Total Files

    5

    Last publish

    Collaborators

    • chrislion