diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-02 11:51:01 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-02 11:51:01 -0400 |
| commit | 884d5d3bf9b1ee30fc8d06a14b4640611f31fa75 (patch) | |
| tree | 65e9354508e8d7eee1adf8a033c911422c6150cc | |
| parent | 6091a28eaa9df76e6497bdeb3e0d70d3d83bc747 (diff) | |
nits
Former-commit-id: 9d53d2e71c17c26621ca2f810c0aa6a33a52c9ce
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 8b5f44a0..e6087c7f 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -620,7 +620,7 @@ angular.module('zmApp.controllers') //console.log("Getting out of ZMDataModel init"); $rootScope.showBlog = loginData.enableBlog; zmDebug("loginData structure values: " + JSON.stringify(loginData)); - //$rootScope.$emit('init-complete'); + }); }, |
