There was an error while loading. Please reload this page.
1 parent 8fbe183 commit 40ccf63Copy full SHA for 40ccf63
src/scripts/directives/control-label.js
@@ -5,7 +5,7 @@ angular.module('angularBootstrapMaterial')
5
replace: true,*/
6
require: '^abmFormGroup',
7
scope: {
8
- type: '='
+ type: '@'
9
},
10
link: function (scope, element, attrs, formGroupCtrl) {
11
if (!formGroupCtrl) // if used outside a form group for some reason, do nothing
0 commit comments