mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Fix input-group-clear. Fix #1184.
This commit is contained in:
parent
c860de6214
commit
19e556d1a9
@ -2,6 +2,7 @@ angular.module('omega').directive 'inputGroupClear', ($timeout) ->
|
|||||||
restrict: 'A'
|
restrict: 'A'
|
||||||
templateUrl: 'partials/input_group_clear.html'
|
templateUrl: 'partials/input_group_clear.html'
|
||||||
scope:
|
scope:
|
||||||
|
'model': '=model'
|
||||||
'type': '@type'
|
'type': '@type'
|
||||||
'ngPattern': '=?ngPattern'
|
'ngPattern': '=?ngPattern'
|
||||||
'placeholder': '@placeholder'
|
'placeholder': '@placeholder'
|
||||||
|
Loading…
Reference in New Issue
Block a user