Christian Crowhurst
Christian Crowhurst
To me it looks like login will *not* be allowed, at least looking at [these lines of code](https://github.com/brockallen/BrockAllen.MembershipReboot/blob/c018e42e5087d7a2e81bdd23f9eea022d773af3d/src/BrockAllen.MembershipReboot/Authentication/AuthenticationService.cs#L67-L70) in the `AuthenticationService`
There is a (passing) test that says that the dataset is not deep-copied: [spec]( https://github.com/esvit/ng-table/blob/cac6e50210474f09fd5cc59da242c555a4653ef8/test/specs/settings.spec.ts#L174-L184) So it would seems it's not the problem you suspect
I'd definitely be interested in what you find to be root cause of the problem...
Try using ng-show: ``` ```
Check to make sure you are using the latest version of the ng-table.js Currently this requires that you run the build for ng-table and then use the distr/ng-table.js file produced...
So have you explicitly built the ng-table-js file using grunt AND are using the dist/ng-table.js file produced by the build within your angularjs app?
Right now, the version you installed via bower is **not** the latest version of the ng-table.js code. So you will need to build using grunt the ng-table.js file. You will...
*Q: Which version number is supported?* According to the [package.json](https://github.com/esvit/ng-table/blob/master/package.json#L136) - 1.2 or above. *Q: Why can't I use the latest UMD script published at [unpkg](https://unpkg.com/ng-table/bundles/) by adding it as...
See https://github.com/esvit/ng-table/issues/777#issuecomment-253362378
Hi Jason , Here's my specific use case. I'm using localStorage to persist cache items between browser sessions. My application keeps track of each _cache_ created by persisting the cache...