Skip to content

Instantly share code, notes, and snippets.

Created February 19, 2013 18:42
Show Gist options
  • Save anonymous/4988667 to your computer and use it in GitHub Desktop.
Save anonymous/4988667 to your computer and use it in GitHub Desktop.
-@ val title: String
-@ val headline: String = title
-@ val body: String
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js")
script(src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js")
!!! 5
html(lang="en" ng-app)
head
title= title
body(ng-app)
#content
h1= headline
!= body
form
input(ng-model='form.title' name='title')
{{title}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment