Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am huynj316 on github.
  • I am juliehuynh (https://keybase.io/juliehuynh) on keybase.
  • I have a public key ASB8RGJYYN6XkOL51Qz6j7AkKdujlN8QqUTuFe2Ij1Wivgo

To claim this, I am signing this object:

<html>
<head></head>
<body ng-app="myApp">
<h2> {{title}} </h2>
<div ng-controller="HomeCtrl"> <!--specify controller-->
<h4>This is home page</h4>
<h5>Welcome back {{user}}</h5>
<input type="text" ng-model="inputMsg">
<p ng-class="{'red': inputMsg.length > 6, 'green': inputMsg.length >10}">You just typed:{{inputMsg}} </p>