yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

Custom template for popup on typeahead #302

Open denissb opened 8 years ago

denissb commented 8 years ago

Currently the typeahead component does not have a popup-template-url property like the one in angular ui-bootstrap.

I think it would be very useful to have this as a property in order to customize the html container of the popover itself.

I created a pull request to fix this.