Removed some thing old

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Max Lynch
2013-09-17 20:46:19 -05:00
gitea-unlock(16/)
parent ffcbb55ee8
commit afe3660867

12
hacking/TabAngular.js
View File

@@ -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() {