ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

feat(Panel): add uifIsLightDismiss attribute #435

Closed sjclemmy closed 7 years ago

sjclemmy commented 7 years ago

Add uif-is-light-dismiss as an attribute of the Panel directive to allow the setting to determine whether clicking on the background overlay closes the Panel.

Default value is false. When not set, or set to false, clicking on the background overlay has no effect.

When set to true, clicking on the background overlay closes the Panel.

Closes #434

andrewconnell commented 7 years ago

Strange... GH didn't trigger a build with CircleCI or check with Coveralls. :( Modified some settings in both to relink them... hopefully resolves it.

sjclemmy commented 7 years ago

@andrewconnell I never ran the vet task, so the build is failing. I'm just fixing it now.