Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <!DOCTYPE html><html ng-app="myApp"><head><meta http-equiv="Content-Type" content="text/html" charset="utf-8"><base href="/"><title>Welcome to Lunch Buddy</title><link rel="stylesheet" href="/css/app.css"><link rel="stylesheet" href="/css/lunchbuddy.css"><link rel="stylesheet" href="/css/style.css"></head><body><div ng-controller="AppCtrl"><div class="logo"><a href="index.html">home</a></div><header><h2>Hello {{name}}</h2></header><ul class="menu"><li><a href="view1">view1</a></li><li><a href="view2">view2</a></li></ul><div ng-view></div><div>Angular seed app: v<span app-version></span></div></div><section><form ng-controller="PostCtrl" name="f1"><label>email</label><input ng-model="email" type="text" name="email"><label>password</label><input ng-model="password" type="text" name="password"><pre ng-model="codeStatus">{{codeStatus}}</pre><input type="submit" ng-click="add()" value="Submit"></form></section><script src="js/lib/angular/angular.js"></script><script src="js/app.js"></script><script src="js/services.js"></script><script src="js/controllers.js"></script><script src="js/filters.js"></script><script src="js/directives.js"></script><script src="http://code.jquery.com/jquery-1.9.1.min.js"></script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement