Skip to content

Instantly share code, notes, and snippets.

@fnk0
Created August 12, 2014 18:04
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 fnk0/c0b045ebb6b2d5c86a75 to your computer and use it in GitHub Desktop.
Save fnk0/c0b045ebb6b2d5c86a75 to your computer and use it in GitHub Desktop.
app.directive('computer', function() {
return {
restrict: 'E',
templateUrl: '/assets/html/computer.html'
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment