@front10/healthcare-book
Advanced tools
Comparing version 1.4.7 to 1.4.8
{ | ||
"name": "@front10/healthcare-book", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "Set of healthcare angularjs components ready to integrate with your apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,3 +54,3 @@ class appointmenFinderController { | ||
getDoctorList() { | ||
this.loadingData = true; | ||
this.loadingData = true; | ||
this.onBeforeLoad(); | ||
@@ -57,0 +57,0 @@ this.cfpLoadingBar.start(); |
@@ -5,14 +5,14 @@ import controller from './search-appointment.controller'; | ||
const searchApointmentComponent = { | ||
bindings: { | ||
doctorListFilter: '<', | ||
doctorList: '<', | ||
selectedPage: '<', | ||
elementsForPage: '<', | ||
language: '<', | ||
loading: '<' | ||
}, | ||
controller, | ||
template, | ||
bindings: { | ||
doctorListFilter: '<', | ||
doctorList: '<', | ||
selectedPage: '<', | ||
elementsForPage: '<', | ||
language: '<', | ||
loading: '<' | ||
}, | ||
controller, | ||
template, | ||
}; | ||
export default searchApointmentComponent; |
import moment from 'moment'; | ||
import translate from './search-appointment.language'; | ||
class searchAppointmentController { | ||
$onInit() { | ||
this.translate = translate; | ||
this.doctorListCopy = [...this.doctorList]; | ||
@@ -5,0 +8,0 @@ this.doctorlistPaginated = this.doctorListCopy.slice(0, this.elementsForPage); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
397283
215
10060