try to pass by value between two controllers
This commit is contained in:
@@ -1 +1 @@
|
||||
var app = angular.module("LoginApp", []);
|
||||
var app = angular.module("ReportApp", []);
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
var app = angular.module("LoginApp", []);
|
||||
var app = angular.module("ReportApp", []);
|
||||