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
// Just make some dummy vars to show in the console log
var searchPeople = function(moniker , $scope, girth, wisdom, occupation) {
return 'janus the deer';
}
// This is the new part here: it shows that the injector function of angjs will separate the searchpeople function arguments into parseable short strings