Skip to content

Commit 40ccf63

Browse files
committed
Makeslabel type binding one way
1 parent 8fbe183 commit 40ccf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/scripts/directives/control-label.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ angular.module('angularBootstrapMaterial')
55
replace: true,*/
66
require: '^abmFormGroup',
77
scope: {
8-
type: '='
8+
type: '@'
99
},
1010
link: function (scope, element, attrs, formGroupCtrl) {
1111
if (!formGroupCtrl) // if used outside a form group for some reason, do nothing

0 commit comments

Comments
 (0)