Remove console logs.
parent
6d4dc6f242
commit
242d9a4d2a
|
@ -31,7 +31,6 @@ module = angular.module("taigaBase", ["taigaLocales"])
|
||||||
|
|
||||||
TaigaMainDirective = ($rootscope, $window) ->
|
TaigaMainDirective = ($rootscope, $window) ->
|
||||||
link = ($scope, $el, $attrs) ->
|
link = ($scope, $el, $attrs) ->
|
||||||
console.log "MAIN KAKA"
|
|
||||||
$window.onresize = () ->
|
$window.onresize = () ->
|
||||||
$rootscope.$broadcast("resize")
|
$rootscope.$broadcast("resize")
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,6 @@ class ProjectsNavigationController extends taiga.Controller
|
||||||
|
|
||||||
ProjectsNavigationDirective = ->
|
ProjectsNavigationDirective = ->
|
||||||
link = ($scope, $el, $attrs, $ctrl) ->
|
link = ($scope, $el, $attrs, $ctrl) ->
|
||||||
console.log "PROJECTS NAV"
|
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
link: link
|
link: link
|
||||||
|
|
Loading…
Reference in New Issue