Joel Muskwe

Results 6 comments of Joel Muskwe

Getting same error i copied the logic for ctrl.picker2 both the javascript and html into my angularjs application and i am using version 1.8.2 and getting the same error **Controller...

In case someone faces same challenge one of my parent component with had **changeDetection: ChangeDetectionStrategy.OnPush** so removed it to make it work

Hi thanks for you quick response i implemented it i placed the ScrollSpyModule.forRoot() in the imports of my app.module.ts and i also placed the ScrollSpyAffixDirective in the app.module.ts in the...

@shanmukhateja so the concept I came up with was to split the data property from the ADTSettings as it was limiting us in terms of change detection in terms of...

@l-lin and @shanmukhateja Please find the changes I did for angular-datatables I haven't updated the documentation. I am not sure if it is something you would consider for v3 for...

thanks let me look into Javascript Proxy was also maybe thinking of adding it as an alternative directive for the different use case. but I do see it needs a...