Skip to content

Commit

Permalink
fix(watch): adapt path to ios architecture
Browse files Browse the repository at this point in the history
fix missing images in auto-completion
  • Loading branch information
MathieuNls committed Nov 3, 2016
1 parent 6646f9e commit 32e0430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/mobile-input/mobile-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
type = "{{type}}"
[formControl] = "control"
[(ngModel)] = "value"
(ngModelChange) = "valueChange.emit($event);"
(ngModelChange) = "valueChange.emit($event)"
>
</ion-input>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/watch/watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul>
<li *ngFor="let brand of filteredBrandList">
<a (click)="selectBrand(brand.name)">{{ brand.name }}</a>
<img src="/assets/watches/ico_watches/{{ brand.icon }}"/>
<img src="assets/watches/ico_watches/{{ brand.icon }}"/>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/share
Submodule share updated from 3bd4b1 to 8a224a

0 comments on commit 32e0430

Please sign in to comment.