Skip to content

Instantly share code, notes, and snippets.

@mbranicky
Last active August 29, 2015 14:28
Show Gist options
  • Save mbranicky/eae03534a5d4874273a5 to your computer and use it in GitHub Desktop.
Save mbranicky/eae03534a5d4874273a5 to your computer and use it in GitHub Desktop.
Modules (basic examples)
var myApp = angular.module("MyApplication", ['ngRoute', 'leaflet-directive']);
myApp.configuration(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment