Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created July 30, 2014 21:19
Show Gist options
  • Save coderberry/db08ef1f6a396da97f93 to your computer and use it in GitHub Desktop.
Save coderberry/db08ef1f6a396da97f93 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Angular Casts</title>
<%= stylesheet_link_tag "application", media: "all" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular-resource.min.js"></script>
<%= javascript_include_tag "application" %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment