This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
angularjs-batarang/js/controllers/TabCtrl.js
2012-07-02 14:09:51 -07:00

6 lines
157 B
JavaScript

// TODO: call this AppCtrl?
// this acts as the top level ctrl
panelApp.controller('TabCtrl', function TabCtrl($scope) {
$scope.selectedTab = 'Model';
});