denodify
Version:
Use nodejs modules in the browser. Used with bb-server and html-builder
13 lines (11 loc) • 597 B
HTML
<!--[if lte IE 8]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script>
// The ieshiv takes care of our ui.directives, bootstrap module directives and
// AngularJS's ng-view, ng-include, ng-pluralize and ng-switch directives.
// However, IF you have custom directives (yours or someone else's) then
// enumerate the list of tags in window.myCustomTags
window.myCustomTags = [ 'yourDirective', 'somebodyElsesDirective' ]; // optional
</script>
<script src="js/angular-ui-ieshiv.js"></script>
<![endif]-->