We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed09f4 commit 4c34b2fCopy full SHA for 4c34b2f
resources/js/controllers/UserController.js
@@ -1,5 +1,5 @@
1
-angular.module('UserController', []).controller('UserController', ['$scope', '$rootScope', 'User', 'Auth', '$localStorage', '$location',
2
- function ($scope, $rootScope, User, Auth, $localStorage, $location) {
+angular.module('UserController', []).controller('UserController', ['$scope', 'User', '$localStorage', '$location',
+ function ($scope, User, $localStorage, $location) {
3
$scope.login = function () {
4
var user = new User({
5
username: this.username,
0 commit comments