start using angular on form
This commit is contained in:
@@ -42,3 +42,10 @@ $(document).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
var profileValidation = angular.module('profileValidation',[]);
|
||||
profileValidation.controller('profileValidationController', ['$scope',
|
||||
function($scope) {
|
||||
$scope.twitterHandle = '@yournamehere';
|
||||
$scope.user.name = req.user.name;
|
||||
}
|
||||
]);
|
||||
|
Reference in New Issue
Block a user