mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Removed some thing old
This commit is contained in:
@ -27,18 +27,6 @@ angular.module('ionic.ui', [])
|
|||||||
});
|
});
|
||||||
|
|
||||||
$scope.controllers = this.controllers;
|
$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() {
|
.directive('tabs', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user