diff --git a/src/scheduler/index.ts b/src/scheduler/index.ts index 98e6867..957c965 100644 --- a/src/scheduler/index.ts +++ b/src/scheduler/index.ts @@ -32,8 +32,6 @@ import { ToastrService } from 'ngx-toastr'; var ngStrap = require('angular-strap'); import uiRouter from '@uirouter/angularjs'; -var schedulerTmpl = require('./scheduler.html'); - import { ScheduleListComponent } from './scheduleList.component'; import { ScheduleService } from './schedule.service'; diff --git a/src/scheduler/scheduler.html b/src/scheduler/scheduler.html deleted file mode 100644 index d68e3e7..0000000 --- a/src/scheduler/scheduler.html +++ /dev/null @@ -1,92 +0,0 @@ - - -
Date de début | -Date de fin | -Jour | -Fréq. | -Libellé de l'opération | -Montant | -Catégorie | -Actions | -
---|---|---|---|---|---|---|---|
- - | -|||||||
- {{ operation.start_date | date: "yyyy-MM-dd" }} - | - -- {{ operation.stop_date | date: "yyyy-MM-dd" }} - | - -- {{ operation.day }} - | - -- {{ operation.frequency }} - | - -- {{ operation.label }} - | - -- {{ operation.value | currency : "€" }} - | - -- {{ operation.category }} - | - -
-
-
-
-
-
-
-
- |
-