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

my-editor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-editor

Angular WYSIWYG editor

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

#my-editor

WYSIWYG edit for AngularJS

Install from npm repository

npm install my-editor

Demo

Add links to scrips

<script src="js/my-editor-tpl.js"></script>
<script src="js/my-editor.js"></script>

Add modules to your AngularJS application

angular.module('my-editor-example-app', ['my-editor', 'my-editor-tpl', ...])

Add my-editor tag to you HTML page

<my-editor data-ng-model="text"></my-editor>

Check result :)

Keywords

angular

FAQs

Package last updated on 14 Dec 2015

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