From 17d9935df51f07e0e13e0745963c80eeaafb0490 Mon Sep 17 00:00:00 2001 From: Daniel Nauck Date: Tue, 3 Feb 2015 23:02:59 +0100 Subject: [PATCH] update README with latest changes to dist files in bower package --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00899a4..ae6fef6 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,20 @@ Include with bower bower install angular-advanced-searchbox ``` +The bower package contains files in the ```dist/```directory with the following names: + +- angular-advanced-searchbox.js +- angular-advanced-searchbox.min.js +- angular-advanced-searchbox-tpls.js +- angular-advanced-searchbox-tpls.min.js + +Files with the ```min``` suffix are minified versions to be used in production. The files with ```-tpls``` in their name have the directive template bundled. If you don't need the default template use the ```angular-paginate-anything.min.js``` file and provide your own template with the ```templateUrl``` attribute. + Load the javascript and css and declare your Angular dependency ```html - - + + ``` ```js