Tk
Member since Jul 6, 2014
- Profile: /members/12093-tk.htm
- Comments: 1
Recent Blog Comments By Tk
-
Writing My First Unit Tests With Jasmine And RequireJS
Posted on Jul 6, 2014 at 7:03 AM
can you help me for writing unit test for the following angular controller.js var app = angular.module('gtmAppControllers', ['ngRoute', 'ui.bootstrap']); app.controller("FormController", function ($scope, dateFilter, $rootScope, $http, $location, $routeParams, LoginService) { $scope.user... read more »