Skip to content

Instantly share code, notes, and snippets.

@fenta23
Created August 14, 2014 11:08
Show Gist options
  • Save fenta23/4a4f3c4d15d422f29a20 to your computer and use it in GitHub Desktop.
Save fenta23/4a4f3c4d15d422f29a20 to your computer and use it in GitHub Desktop.
.directive( 'menuelement', function () {
return {
restrict: 'A',
scope: { value: '@' },
templateUrl: 'partials/menuElement.html'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment