Tag Archives: AngularJS

Rendering Images from Byte Arrays and Converting Images to Byte Arrays using AngularJS

There might be some instances that you want to render Images not from a file but from a byte array because of many different reasons.  For me I am doing this as I am getting the information from LDAP specifically the thumbnailPhoto attribute of a User Principal which is a byte array.  Now in my… Read More »