From afe36608678d8d5204cdc7643a68cc9b8a4bd789 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 17 Sep 2013 20:46:19 -0500 Subject: [PATCH] Removed some thing old --- hacking/TabAngular.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hacking/TabAngular.js b/hacking/TabAngular.js index 19b0c4fbe8..0cb6c10c14 100644 --- a/hacking/TabAngular.js +++ b/hacking/TabAngular.js @@ -27,18 +27,6 @@ angular.module('ionic.ui', []) }); $scope.controllers = this.controllers; - - /* - // Controller stuff goes here - $scope.items = []; - - this.addItem = function(item) { - console.log('Adding item', item); - $scope.items.push({ - title: item.title - }); - }; - */ }) .directive('tabs', function() {