AngularJS Foundations

Decorator Demo Code HTML

<!DOCTYPE html>
<html ng-app="myApp">

  <head>
    <meta charset="utf-8">
    <title>AngularJS Plunker</title>
    <script>
      document.write("<base href=\"" + document.location + "\" />");
    </script>
    <link rel="stylesheet" href="style.css">
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.4/angular.js"></script>
    <script src="app.js"></script>
  </head>

  <body ng-controller="MainCtrl">{{emailComplete}}</body>

</html>