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…
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
To reload or rerender the page using AngularJS you can use the snippet below. Sample AngularJS
To set the HTTP Header for a request using AngularJs you can use the following snippet. Use the headers parameter in the config object you pass to $http. For more…
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:…