You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angular.module('myModule').controller('MyController', function ($log) {
$log.log('Hello World!');
});
// example - valid: false, errorMessage: "The EmptyController controller is useless because empty. You can remove it from your Router configuration or in one of your view"
angular.module('myModule').controller('EmptyController', function () {