@front10/healthcare-book
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@front10/healthcare-book", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Set of healthcare angularjs components ready to integrate with your apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -77,3 +77,3 @@ import * as angular from 'angular'; | ||
*/ | ||
let themes = ["Basic", "Red", "Green", "Blue"]; | ||
let themes = ["Avmed", "Humana"]; | ||
@@ -130,4 +130,5 @@ let _document = window.parent.document; | ||
.setAttribute("class", "themeSwitcher__themeSelector themeSwitcher__themeSelector--active") | ||
} | ||
} else | ||
document.body.setAttribute("theme", "humana"); | ||
}; | ||
import controller from './appointment-finder.controller'; | ||
import template from './appointment-finder.html'; | ||
import './appointment-finder.scss'; | ||
const appointmenFinderComponent = { | ||
@@ -7,0 +5,0 @@ bindings: { |
import angular from 'angular'; | ||
import 'angular-loading-bar/build/loading-bar'; | ||
import appointmentFinderComponent from './appointment-finder.component'; | ||
import appointmentFinderService from './appointment-finder.service' | ||
import appointmentFinderService from './appointment-finder-graphql.service' | ||
@@ -6,0 +6,0 @@ const appointmentFinder = angular |
@@ -14,7 +14,8 @@ import './appointment-finder.modules'; | ||
controller = $componentController('appointmentFinder', { | ||
$scope: {} | ||
$scope: {}, | ||
appointmentFinderService: {}, | ||
cfpLoadingBar: {} | ||
}, {}); | ||
})); | ||
it("This is the First test", () => { | ||
controller.$onInit(); | ||
controller.test = 'first test'; | ||
@@ -21,0 +22,0 @@ expect(controller.test).toEqual('first test'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27477
946861
208