Skip to content

Instantly share code, notes, and snippets.

@bioball
Created September 6, 2014 17:23
Show Gist options
  • Save bioball/a64891118c0dbf3f5394 to your computer and use it in GitHub Desktop.
Save bioball/a64891118c0dbf3f5394 to your computer and use it in GitHub Desktop.
doctype html
html
head
title Nothing wrong with using Jade with Angular!
body(ng-app="app")
div(ng-controller="fooController")
h1 {{ title }}
p {{ body }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment