Skip to content

Instantly share code, notes, and snippets.

@andreareginato
Created August 7, 2014 17:56
Show Gist options
  • Save andreareginato/8609fbc008b0db36ca99 to your computer and use it in GitHub Desktop.
Save andreareginato/8609fbc008b0db36ca99 to your computer and use it in GitHub Desktop.
<div ng-app="type-directive" style="width:360px;">
<lelylan-type type-template="https://s3.amazonaws.com/lelylan/directives/type/templates/default.html" type-id="1"></lelylan-type>
</div>
<link rel="stylesheet" href="https://s3.amazonaws.com/lelylan/directives/type/type-directive-ng-embed.css">
<script src="https://s3.amazonaws.com/lelylan/directives/type/type-directive-ng-embed.js"></script>
<script>
angular.module('type-directive', ['lelylan.directives.type']);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment