UNPKG

generator-mupal

Version:

Download Drupal and some recommended modules

10 lines (7 loc) 223 B
(function() { var modules = []; jQuery('[data-push-app-module]').each(function(index, element) { modules.push(jQuery(element).data('push-app-module')); }); angular.module('webApp', modules); }());