Nikolay Basov

Results 6 comments of Nikolay Basov

`.before` will be applied after specified url loading (before you set cookie). To handle that, you need to call this url once again. Here is working example (but for localStorage...

Here is an old issue about this problem https://github.com/ncuillery/angular-breadcrumb/issues/42 Solved by injecting $breadcrumb into application .run method.

Here is an old issue about this problem https://github.com/ncuillery/angular-breadcrumb/issues/42 Solved by injecting $breadcrumb into application .run method.

Same issue with Logitech MX Keys on macOS Ventura with Karabiner 14.10.0 on Apple M1 Max. Played with @j08lue -s solution but no luck. MX's FN+F... keys works perfect if...

+1 As an quick fix you could change route case, since urls are case independent: ``` /* /api/wheels */ Restangular.extendModel('wheels', function(model) { model.swapTireType = function() {}; return model; }); /*...

Hello! Thanks for attention to this issue! Still relevant for 1.12.5b (Firefox 138.0.3) (aarch64) on macOS.