Skip to content

Commit

Permalink
fix: call stack error export (@Lukajob solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmello committed May 18, 2018
1 parent 7fcbbd6 commit c6016ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/angular-google-place/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export {
CountryCode
} from './models/index';
export { AngularGooglePlaceService} from './services/index';
export { AngularGooglePlaceDirective} from './directives/angular-google-place.directive';
export { AngularGooglePlaceDirective} from './directives/index';

0 comments on commit c6016ae

Please sign in to comment.