Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/add-location/add-location.component.ts
r6fe77af r571e0df 114 114 if(this.name !== null && this.desc !== null && this.address !== null 115 115 && this.trivia != null && this.priority !== null && this.cityId !== 0 && this.regionId !== 0){ 116 this.isCompleted = true; 117 116 this.isCompleted = true; 118 117 this.locationService.save(this.locationDto).subscribe( 119 118 data => {
Note:
See TracChangeset
for help on using the changeset viewer.