Removed some thing old

This commit is contained in:
Max Lynch
2013-09-17 20:46:19 -05:00
parent ffcbb55ee8
commit afe3660867

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