Skip to content

Commit

Permalink
removing bower
Browse files Browse the repository at this point in the history
  • Loading branch information
techieshravan committed Mar 13, 2016
1 parent bdbef17 commit 9be7963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion Vehicles/app/vehicles/vehicles.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class VehiclesService {
}

getVehicle(id: number) {
let vehicle = VehiclesList.filter(x => x.id == id);
let vehicle = VehiclesList.filter(x => x.id === id);
return Promise.resolve(vehicle[0]);
}
}
21 changes: 0 additions & 21 deletions Vehicles/bower.json

This file was deleted.

0 comments on commit 9be7963

Please sign in to comment.