mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -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'
|
||||
templateUrl: 'partials/input_group_clear.html'
|
||||
scope:
|
||||
'model': '=model'
|
||||
'type': '@type'
|
||||
'ngPattern': '=?ngPattern'
|
||||
'placeholder': '@placeholder'
|
||||
|
Loading…
Reference in New Issue
Block a user