2.0.8 • Published 8 years ago

wacg-angular-search v2.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

#WacgAngularSearch

Search for S3 based on Angular

##Installation

Javascript

Recommendes installation is via Bower

bower install wacg-angular-search --save

HTML

Add this Attribute to the html-Tag

ng-app="MauveShopApp"

Example:

<html class="no-js" lang="{$CurrentLanguageCode}" ng-app="MauveShopApp">

Add this to the body-Tag

ng-controller="searchController"

Right after <body>

<div class="wacg-search__overlay" ng-show="showResultContainer"></div>

Include the search-Form where ever you want

<div class="wacg-search">
    <!-- Search Form -->
    {include file="search/Mini.tpl"} <!-- Provided in this repository -->
    <!-- /Search Form -->
</div>