This commit is contained in:
Max Lynch
2013-10-31 23:26:26 -05:00
parent 7d0c075d82
commit ced8ac3dc1
3 changed files with 86 additions and 87 deletions

View File

@ -74,7 +74,6 @@
.controller('CatsCtrl', function($scope, $compile, $element) {
console.log('Cats', $element);
$scope.goNext = function() {
$scope.isVisible = false;
$scope.navController.pushFromTemplate('page.html');
};
});