Nav controller tests

This commit is contained in:
Max Lynch
2013-09-18 22:10:11 -05:00
parent 41139cbd42
commit 30547511e8
4 changed files with 51 additions and 20 deletions

View File

@ -31,6 +31,11 @@ angular.module('ionic.ui', ['ngTouch'])
});
$scope.controllers = this.controllers;
$scope.$watch('controllers', function(newV, oldV) {
console.log("CControlelrs changed", newV, oldV);
$scope.$apply();
});
})
.directive('tabs', function() {