Skip to content

itsmelion/angularjs-json-object-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Module to edit Javascript Objects (AngularJS/ Angular 1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published