Skip to content

Instantly share code, notes, and snippets.

@idleworx
Last active August 29, 2015 14:05
Show Gist options
  • Save idleworx/3ada8d85631d7bdc7410 to your computer and use it in GitHub Desktop.
Save idleworx/3ada8d85631d7bdc7410 to your computer and use it in GitHub Desktop.
AngularJS MessageService Partial Usage Example 1
<div data-ng-controller="ControllerDemo">
<div data-ng-if="messages" data-ng-include="'partials/messages.tpl.html'"></div>
<div data-ng-if="messages" data-ng-include="'partials/debug-messages.tpl.html'"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment