judsondesignstfl
Advanced tools
Comparing version 0.0.0-beta.2 to 0.0.0-beta.3
{ | ||
"name": "judsondesignstfl", | ||
"version": "0.0.0-beta.2", | ||
"version": "0.0.0-beta.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ import { Component, OnInit } from '@angular/core'; | ||
public users: any[]; | ||
public user: any[]; | ||
public currentUser: any[]; | ||
@@ -100,3 +100,3 @@ constructor(private adminService: AdminService, private assessmentService: AssessmentService, private surveyService: SurveyService, public router: Router) { | ||
obj.answerValue = 'No answer Provided. [' + obj.answer + ']'; | ||
obj.answerValue = 'No answer Provided.';// [' + obj.answer + ']'; | ||
} | ||
@@ -113,3 +113,3 @@ | ||
this.user = user; | ||
this.currentUser = user; | ||
//now that we have a user, we need to match the values to the assessment values for data. | ||
@@ -116,0 +116,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54056054