Skip to content

Instantly share code, notes, and snippets.

@d0nkeyBOB
Created September 30, 2013 14:48
Show Gist options
  • Save d0nkeyBOB/6764887 to your computer and use it in GitHub Desktop.
Save d0nkeyBOB/6764887 to your computer and use it in GitHub Desktop.
angualr-app-require
define([
'angular',
'app',
'load-context',
'angular-mobile',
], function(angular, app) {
return angular.module('mobileeo', ['mobileeo.services', 'load-context', 'ngMobile'])
.run(function($rootScope, $route, $location, $routeParams) {
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment