mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 03:56:41 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
12
www/lib/angular-material/index.js
vendored
Normal file
12
www/lib/angular-material/index.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// Should already be required, here for clarity
|
||||
require('angular');
|
||||
|
||||
// Load Angular and dependent libs
|
||||
require('angular-animate');
|
||||
require('angular-aria');
|
||||
|
||||
// Now load Angular Material
|
||||
require('./angular-material');
|
||||
|
||||
// Export namespace
|
||||
module.exports = 'ngMaterial';
|
||||
Reference in New Issue
Block a user