Change to single directional binding on new directives
This commit is contained in:
parent
11a636021c
commit
129986c0f1
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ angular.module('quay').directive('labelInput', function () {
|
|||
restrict: 'C',
|
||||
replace: true,
|
||||
scope: {
|
||||
'labels': '=labels',
|
||||
'labels': '<labels',
|
||||
'updatedLabels': '=?updatedLabels',
|
||||
},
|
||||
controller: function($scope) {
|
||||
|
|
Reference in a new issue