/**
 * Created with JetBrains WebStorm.
 * User: evan
 * Date: 7/10/13
 * Time: 7:14 PM
 * To change this template use File | Settings | File Templates.
 */
function HelloCntl($scope) {
    $scope.name = 'World';
}
