Skip to content

Instantly share code, notes, and snippets.

@tatey
Created January 9, 2014 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatey/8328327 to your computer and use it in GitHub Desktop.
Save tatey/8328327 to your computer and use it in GitHub Desktop.
<div ng-switch on="{{type}}">
<div ng-switch-where="X" ng-include="X-template.html"></div>
<div ng-switch-where="Y" ng-include="Y-template.html"></div>
</div>
<script type="text/x-template" id="X-template.html">
</script>
<script type="text/x-template" id="Y-template.html">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment