How do I make Tabs work in Tabs Project

Hi Guys! When we create a new project with “Tabs” proj template, how do I make Tabs work ? meaning when you click on the Tab button, the respective page should open.

I can make a function go and call that function from ng-click directive but Creator does not show a pane for Tabs where I can put the function below.

$scope.go = function ( path ) {
$location.path( path );
};

Would really appreciate help in this regard. I am new to Creator, it should be something small that I must be missing.

Thanks.