Implemented analytics.

This commit is contained in:
Borys Levytskyi
2015-04-05 23:44:29 +03:00
parent 1fca0dace6
commit e86825fedb
4 changed files with 38 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
ctrl.attachView(element);
console.log(ctrlName + ' Controller: view attached');
// console.log(ctrlName + ' Controller: view attached');
if(typeof ctrl.detachView != "function") {
continue;
@@ -72,7 +72,7 @@
ctrl.detachView();
}
console.log(ctrlName + ' Controller: view detached');
// console.log(ctrlName + ' Controller: view detached');
});
}
}