dnauck / angular-advanced-searchbox

A directive for AngularJS providing a advanced visual search box
http://dnauck.github.io/angular-advanced-searchbox/
MIT License
226 stars 98 forks source link

Ng-Material #37

Open gvdonovan opened 8 years ago

gvdonovan commented 8 years ago

Any thoughts on an implementation for ng-material using chips?

Very nice search solution - solves the screen space/ugly custom form issue!

dnauck commented 8 years ago

What do you mean with ng-material? and chips?

gvdonovan commented 8 years ago

See the following link - https://material.angularjs.org/latest/demo/chips

It's Google's material design implemented using ng directives - basically a replacement for Bootstrap which is being re-written to follow the material design spec.

dnauck commented 8 years ago

The complete template and autocomplete function is build on Bootstrap.

So if we want a Google Material theme we must provide a second template and maintain it.