Files

8 lines
460 B
PHP
Raw Permalink Normal View History

2018-06-11 11:09:35 +02:00
<script src="<?php echo PATH_JS_COMPONENTS.'customers/customers.directive.js?v='.APPLICATION_VERSION;?>" type="text/javascript"></script>
<script src="<?php echo PATH_JS_COMPONENTS.'customers/customers-view.directive.js?v='.APPLICATION_VERSION;?>" type="text/javascript"></script>
<div id="customers-module" class="container-fluid col-md-12">
<h1>{{ 'customers.TITLE' | translate }}</h1>
<customers ng-controller="customersCtrl"></customers>
</div>