Creates a new scope, that:
scope
$become
constructor
angular.scope.$new(constructor);
constructor – {function()} –
Constructor function of the type the new scope should assume.
{Object}
The newly created child scope.