Heena Dhamija

Technology

How to test Google Apps Script using Qunit

In my previous blog, we learnt how to use Google Apps Script in spreadsheets. Now we will take a look at how we can test the code which we have written in apps script. For this purpose, we'll use a tool called “Qunit” which helps us in writing and testing our apps script test cases. QUnit is a powerful, easy-to-use, JavaScript...

26-Apr-2016

Technology

Introduction to Google Apps Script with Google Spreadsheet

What is Google Apps Script ? Google Apps Script is a JavaScript based scripting language that lets you add functionality to your Google Apps. It is a cloud-based language that integrates with all other Google services include Gmail, Google Drive, Calendar, Google Forms, Spreadsheets and more. We create and edit our scripts in an online...

19-Apr-2016

AngularJS, Front End Development

Using bindToController with ControllerAs syntax in Angular

In an Angular application, when we use a controller as syntax we generally encounter isolated scope binding issues, controller's scope is bound to 'this' reference. But how does it work while building directive with an isolated scope? We can create an isolated scope by adding an object to our directive definition that explains how every...

17-Nov-2015