Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnauck committed Feb 3, 2015
1 parent 5f87f5f commit 3a19b2b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-advanced-searchbox",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/dnauck/angular-advanced-searchbox",
"authors": [
"Daniel Nauck <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-advanced-searchbox-tpls.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* angular-advanced-searchbox
* https://github.com/dnauck/angular-advanced-searchbox
* Copyright (c) 2014 Nauck IT KG http://www.nauck-it.de/
* Copyright (c) 2015 Nauck IT KG http://www.nauck-it.de/
* Author: Daniel Nauck <d.nauck(at)nauck-it.de>
* License: MIT
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ angular.module('angular-advanced-searchbox').run(['$templateCache', function($te
'use strict';

$templateCache.put('src/angular-advanced-searchbox.html',
"<div class=advancedSearchBox ng-class={active:focus} ng-init=\"focus = false\" ng-click=\"!focus ? setSearchFocus = true : null\"><span ng-show=\"searchParams.length < 1 && searchQuery.length === 0\" class=\"search-icon glyphicon glyphicon-search\"></span> <a ng-href=\"\" ng-show=\"searchParams.length > 0 || searchQuery.length > 0\" ng-click=removeAll() role=button><span class=\"remove-all-icon glyphicon glyphicon-trash\"></span></a><div><div class=search-parameter ng-repeat=\"searchParam in searchParams\"><a ng-href=\"\" ng-click=removeSearchParam($index) role=button><span class=\"remove glyphicon glyphicon-trash\"></span></a><div class=key>{{searchParam.name}}:</div><div class=value><span ng-show=!searchParam.editMode ng-click=enterEditMode($index)>{{searchParam.value}}</span> <input name=value nit-auto-size-input nit-set-focus=searchParam.editMode ng-keydown=\"keydown($event, $index)\" ng-blur=leaveEditMode($index) ng-show=searchParam.editMode ng-model=searchParam.value placeholder=\"{{searchParam.placeholder}}\"></div></div><input name=searchbox class=search-parameter-input nit-set-focus=setSearchFocus ng-keydown=keydown($event) placeholder={{placeholder}} ng-focus=\"focus = true\" ng-blur=\"focus = false\" typeahead-on-select=\"typeaheadOnSelect($item, $model, $label)\" typeahead=\"parameter as parameter.name for parameter in parameters | filter:{name:$viewValue} | limitTo:8\" ng-model=\"searchQuery\"></div><div class=search-parameter-suggestions ng-show=\"parameters && focus\"><span class=title>Parameter Suggestions:</span> <span class=search-parameter ng-repeat=\"param in parameters | limitTo:8\" ng-mousedown=addSearchParam(param)>{{param.name}}</span></div></div>"
"<div class=advancedSearchBox ng-class={active:focus} ng-init=\"focus = false\"><span ng-show=\"searchParams.length < 1 && searchQuery.length === 0\" class=\"search-icon glyphicon glyphicon-search\"></span> <a ng-href=\"\" ng-show=\"searchParams.length > 0 || searchQuery.length > 0\" ng-click=removeAll() role=button><span class=\"remove-all-icon glyphicon glyphicon-trash\"></span></a><div><div class=search-parameter ng-repeat=\"searchParam in searchParams\"><a ng-href=\"\" ng-click=removeSearchParam($index) role=button><span class=\"remove glyphicon glyphicon-trash\"></span></a><div class=key>{{searchParam.name}}:</div><div class=value><span ng-show=!searchParam.editMode ng-click=enterEditMode($index)>{{searchParam.value}}</span> <input name=value nit-auto-size-input nit-set-focus=searchParam.editMode ng-keydown=\"keydown($event, $index)\" ng-blur=leaveEditMode($index) ng-show=searchParam.editMode ng-model=searchParam.value placeholder=\"{{searchParam.placeholder}}\"></div></div><input name=searchbox class=search-parameter-input nit-set-focus=setSearchFocus ng-keydown=keydown($event) placeholder={{placeholder}} ng-focus=\"focus = true\" ng-blur=\"focus = false\" typeahead-on-select=\"typeaheadOnSelect($item, $model, $label)\" typeahead=\"parameter as parameter.name for parameter in parameters | filter:{name:$viewValue} | limitTo:8\" ng-model=\"searchQuery\"></div><div class=search-parameter-suggestions ng-show=\"parameters && focus\"><span class=title>Parameter Suggestions:</span> <span class=search-parameter ng-repeat=\"param in parameters | limitTo:8\" ng-mousedown=addSearchParam(param)>{{param.name}}</span></div></div>"
);

}]);
4 changes: 2 additions & 2 deletions dist/angular-advanced-searchbox-tpls.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-advanced-searchbox.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="advancedSearchBox" ng-class="{active:focus}" ng-init="focus = false" ng-click="!focus ? setSearchFocus = true : null">
<div class="advancedSearchBox" ng-class="{active:focus}" ng-init="focus = false">
<span ng-show="searchParams.length < 1 && searchQuery.length === 0" class="search-icon glyphicon glyphicon-search"></span>
<a ng-href="" ng-show="searchParams.length > 0 || searchQuery.length > 0" ng-click="removeAll()" role="button">
<span class="remove-all-icon glyphicon glyphicon-trash"></span>
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-advanced-searchbox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* angular-advanced-searchbox
* https://github.com/dnauck/angular-advanced-searchbox
* Copyright (c) 2014 Nauck IT KG http://www.nauck-it.de/
* Copyright (c) 2015 Nauck IT KG http://www.nauck-it.de/
* Author: Daniel Nauck <d.nauck(at)nauck-it.de>
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-advanced-searchbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-advanced-searchbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-advanced-searchbox",
"version": "1.0.0",
"version": "1.1.0",
"description": "A directive for AngularJS providing a advanced visual search box",
"main": "src/angular-advanced-searchbox.js",
"repository": {
Expand Down

0 comments on commit 3a19b2b

Please sign in to comment.