Skip to content

Instantly share code, notes, and snippets.

@c0bra
Last active December 17, 2015 06:49
Show Gist options
  • Select an option

  • Save c0bra/5568672 to your computer and use it in GitHub Desktop.

Select an option

Save c0bra/5568672 to your computer and use it in GitHub Desktop.
<div ng-switch="user.type">
<div ng-switch-when="user" ng-include="/path/to/template.html" ng-controller="UserCtrl"></div>
<div ng-switch-when="professional" ng-include="/path/to/template.html" ng-controller="AdminProfessionalCtrl"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment