5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
/**
|
|
* Placeholder module for development. The real module holding the templates is generated via the html2js task.
|
|
*/
|
|
angular.module('templates-main', []);
|