ngOfficeUIFabric / ng-officeuifabric

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

Callout should have a 'none' enum defined for the arrow to not appear. #477

Closed armhil closed 7 years ago

armhil commented 7 years ago

The current behaviour requires the developers to specify a direction (up / down / left / right). We have to have the option of 'none'.

andrewconnell commented 7 years ago

Good catch... looks like this is supported by fabric 2.6.3. We should make the arrowDirection attribute on the scope optional so if you leave it off, you get no decoration.