Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Created June 16, 2015 17:47
Show Gist options
  • Select an option

  • Save EmmanuelDemey/5bd314681c6d3884392e to your computer and use it in GitHub Desktop.

Select an option

Save EmmanuelDemey/5bd314681c6d3884392e to your computer and use it in GitHub Desktop.
AngularJS Component Creation
angular.module(‘myModule’)
.directive(‘datePicker’, function(){ […] }) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment