(js) Drop sgTransformOnBlur directive

The md-chips component has now a functional "md-add-on-blur" functionality.

Fixes #3944
This commit is contained in:
Francis Lachapelle
2017-03-22 15:35:05 -04:00
parent 75aaef0f3d
commit b463fd4eda
3 changed files with 4 additions and 88 deletions
+1 -1
View File
@@ -254,7 +254,7 @@
ng-show="app.search.params.length != 0 || app.currentSearchParam"
ng-model="app.search.params"
md-transform-chip="app.newSearchParam($chip)"
sg-transform-on-blur="sg-transform-on-blur">
md-add-on-blur="true">
<input sg-focus-on="advancedSearch" type="text"
ng-disabled="app.currentSearchParam.length == 0"
sg-placeholder="app.search.options[app.currentSearchParam]"/>