Remove watcher.

stable
Andrey Antukh 2014-06-26 23:55:40 +02:00
parent 8477e36c56
commit c0bd3ad970
1 changed files with 0 additions and 3 deletions

View File

@ -132,9 +132,6 @@ MainTaigaDirective = ($log, $compile, $rootscope) ->
$el.toggleClass("closed-project-nav")
$el.toggleClass("open-project-nav")
$scope.$watch ->
console.log $scope
link = ($scope, $el, $attrs, $ctrl) ->
$scope.$on "$viewContentLoaded", (ctx) ->
renderMainMenu($el, ctx.targetScope.$$childHead)