Skip to content

Instantly share code, notes, and snippets.

View okyay58's full-sized avatar
🎯
Focusing

Ahmet Bugra Okyay okyay58

🎯
Focusing
  • Istanbul / Turkiye
View GitHub Profile
@iotaweb
iotaweb / gist:8228253
Created January 2, 2014 22:25
Base64 encode / decode factory for AngularJS
/**
*
* Base64 encode / decode
* http://www.webtoolkit.info/
*
**/
.factory('Base64', function() {
// private property
var _keyStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';