mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Nav controller tests
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user