I am new to AngularJS and trying to build an AngularJS practice app, in which, the user will concatenate a url from multiple inputs, i.e. protocol, domain, path, param1, param2,
Just use this binding expression to concatenation of more than two scope variables in HTML.
{{UserData.FirstName + ' ' + UserData.MiddleName + ' ' + UserData.LastName}}
If you want to do this inside any attribute, Just write like this: