Skip to content

Instantly share code, notes, and snippets.

View sudeepdk's full-sized avatar
🏠
Tech Lead [Full-stack] , I am in love with JavaScript...

Sudeep sudeepdk

🏠
Tech Lead [Full-stack] , I am in love with JavaScript...
View GitHub Profile
@sudeepdk
sudeepdk / index.html
Last active August 29, 2015 14:11 — forked from anonymous/index.html
<!DOCTYPE html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div ng-controller="CkCtrl">
<textarea name="editor" id="" cols="30" rows="10" ng-model="editorData"></textarea>