Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
639 views

Testing Lodash sortBy function argument using Jasmine

I have a controller in my project that goes like this: define(function (require) { 'use strict'; function AllOrgsController($rootScope, $uibModalInstance) { var vm = this; var clonedOrgs ...
DJ22T's user avatar
  • 1,640