Skip to content

Instantly share code, notes, and snippets.

@ansmith
Created February 12, 2014 17:15
Show Gist options
  • Save ansmith/8960068 to your computer and use it in GitHub Desktop.
Save ansmith/8960068 to your computer and use it in GitHub Desktop.
<div class="widget" ng-controller="WidgetControl">
<h2>My Widget</h2>
<!-- ... -->
<widget-error-mask></widget-error-mask>
</div>
@grgur
Copy link

grgur commented Feb 20, 2014

Too bad this is not possible:<widget-error-mask />

(instead of <widget-error-mask></widget-error-mask>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment