mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 12:55:56 +10:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
var IonicModule = angular.module('ionic', [
|
|
// Angular deps
|
|
'ngAnimate',
|
|
'ngSanitize',
|
|
'ui.router'
|
|
]);
|