Files
ionic-framework/js/angular/main.js
2014-04-14 10:47:27 -06:00

11 lines
194 B
JavaScript

/**
* Create a wrapping module to ease having to include too many
* modules.
*/
var IonicModule = angular.module('ionic', [
// Angular deps
'ngAnimate',
'ngSanitize',
'ui.router'
]);