File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
### 2.0.0 - unreleased
2
2
* Support to add search parameters and change search parameter's values via ng-model, fixed issue #7
3
3
* change main proeprty of package.json to final build in dist folder, fixes #4
4
+ * use ng-if for search parameter input to avoid rendering issues and performance
4
5
5
6
### 1.1.1 - 03 February 2015
6
7
* update README with latest changes to dist files in bower package
Original file line number Diff line number Diff line change 17
17
nit-set-focus ="searchParam.editMode "
18
18
ng-keydown ="keydown($event, $index) "
19
19
ng-blur ="leaveEditMode($index) "
20
- ng-show ="searchParam.editMode "
20
+ ng-if ="searchParam.editMode "
21
21
ng-change ="searchParamValueChanged(searchParam) "
22
22
ng-model ="searchParam.value "
23
23
placeholder ="{{searchParam.placeholder}} " />
You can’t perform that action at this time.
0 commit comments