Theophilus Omoregbee

Results 26 comments of Theophilus Omoregbee

@evoxmusic sorry for the inconvenience, we can take the chat to #3 I asked a question about the roadmap so we can assist @arunabhdas. I suggest we move the chat...

Is this still the roadmap @arunabhdas so we can assist? if not update and let us help out with some of it

me too trying to go around it nothing seems to work

finally gotten a way around it is the bindToController that is causing it , commented it out and changed the dist .js file to not use it again

``` //bindToController: true, controllerAs: 'vm', controller: function($timeout, $scope) { var self = this; //get values for non eval boolean variables this.imageUrl = $scope.imageUrl; this.width = $scope.width; this.height = $scope.height; this.zoomStep...

@tomchi89 cool, about the scope issue , what kind of issue is thrown , so i know

gotten a way around it, subscribed to the`this._loadingBar.events.subscribe(item => console.log(item));` then if it is of **progress** we can check the percentage and then check if it is 100% or not

@heavyrick and @devkev16 can you help with a plnkr of jsfiddle of it