Base64 encoder and decoder
We have just released the first tool in our new Tools section. It’s a unicode compatible base64 encoder/decoder, which uses HTML, AngularJs and Bootstrap. Base64 Encoder/Decoder If you have any…
All the Code Snippets and Samples you need
We have just released the first tool in our new Tools section. It’s a unicode compatible base64 encoder/decoder, which uses HTML, AngularJs and Bootstrap. Base64 Encoder/Decoder If you have any…
To define global Variables in AngularJs you can use one of the following ways. WAY1: Using $rootScope (see this JsFiddle) HTML: Javascript: WAY2: Using a Service (see this JsFiddle) HTML:…