Skip to content

Commit

Permalink
fix(plugin): html view path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Feb 19, 2017
1 parent 1e9a826 commit 89cbe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const logger = getLogger('aurelia-google-maps');

declare let google: any;

@useView(PLATFORM.moduleName('google-maps.html'))
@useView(PLATFORM.moduleName('./google-maps.html'))
@customElement('google-map')
@inject(Element, TaskQueue, Configure, BindingEngine, EventAggregator)
export class GoogleMaps {
Expand Down

0 comments on commit 89cbe68

Please sign in to comment.