diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 13:07:19 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 13:07:19 -0400 |
| commit | 87ebb223f05a58290d80a32d87f9ea643468899d (patch) | |
| tree | 0af9ddd9f8cfafdb3ec68689634662006c1985b6 /www/external | |
| parent | efb517890a542946e164e9bdab98e4421329a0d5 (diff) | |
https://github.com/pliablepixels/zmNinja/issues/34 - the problem was not using ng-show in template
Diffstat (limited to 'www/external')
| -rw-r--r-- | www/external/angular-circular-navigation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-circular-navigation.js b/www/external/angular-circular-navigation.js index 0c99f858..17488768 100644 --- a/www/external/angular-circular-navigation.js +++ b/www/external/angular-circular-navigation.js @@ -35,7 +35,7 @@ if (typeof $scope.options.button.onclick === 'function') { // PP - console.log ("FUNCTION"); - $scope.options.isOpen = !$scope.options.isOpen; + //$scope.options.isOpen = !$scope.options.isOpen; $scope.options.button.onclick(); } else |
