You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6630,6 +6639,114 @@ angular.module( 'patternfly.notification' ).directive('pfToastNotification', fun
6630
6639
}
6631
6640
};
6632
6641
});
6642
+
;/**
6643
+
* @ngdoc directive
6644
+
* @name patternfly.select.component:pfSelect
6645
+
* @restrict E
6646
+
*
6647
+
* @param {string} ngModel Model binding using the {@link https://docs.angularjs.org/api/ng/type/ngModel.NgModelController/ NgModelController} is mandatory.
6648
+
* @param {string=} ngOptions The `{@link https://docs.angularjs.org/api/ng/directive/select/ ngOptions}` attribute can be used to dynamically generate a list of `<option>` elements
6649
+
*
6650
+
* @description
6651
+
* The pfSelect component provides a wrapper for the angular ui bootstrap dropdown container allowing for use of ng-model and ng-options
@@ -6630,6 +6639,114 @@ angular.module( 'patternfly.notification' ).directive('pfToastNotification', fun
6630
6639
}
6631
6640
};
6632
6641
});
6642
+
;/**
6643
+
* @ngdoc directive
6644
+
* @name patternfly.select.component:pfSelect
6645
+
* @restrict E
6646
+
*
6647
+
* @param {string} ngModel Model binding using the {@link https://docs.angularjs.org/api/ng/type/ngModel.NgModelController/ NgModelController} is mandatory.
6648
+
* @param {string=} ngOptions The `{@link https://docs.angularjs.org/api/ng/directive/select/ ngOptions}` attribute can be used to dynamically generate a list of `<option>` elements
6649
+
*
6650
+
* @description
6651
+
* The pfSelect component provides a wrapper for the angular ui bootstrap dropdown container allowing for use of ng-model and ng-options
0 commit comments