Skip to content

Instantly share code, notes, and snippets.

@Vayvala
Created January 28, 2016 19:51
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 Vayvala/fcb37515f91ffa6043ea to your computer and use it in GitHub Desktop.
Save Vayvala/fcb37515f91ffa6043ea to your computer and use it in GitHub Desktop.
export default function(app) {
app.directive('bookTabs', function() {
return {
restrict: 'E',
controllerAs: 'vm',
templateUrl: 'book-tabs.tpl.html',
controller: 'BookTabsCtrl'
};
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment