Commit 0f0f9984 authored by sakoju-nisum-com's avatar sakoju-nisum-com Committed by tdutta-nisum-com

MT-94: update project screen fixed the issue (#32)

parent 0ede9d1b
......@@ -369,7 +369,7 @@ myApp.controller("projectController", function ($scope, myFactory, exportUiGridS
$scope.managerName = dataToPass.managerName;
var accounts1 = myFactory.getAccounts();
for (var i = 0; i < accounts1.length; i++) {
if (accounts1[i].accountName = dataToPass.account) {
if (accounts1[i].accountName == dataToPass.account) {
$scope.account = accounts1[i];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment