Henrique Rangel
Henrique Rangel
Any workaround ?
Just made a PR with that: https://github.com/neroniaky/angular-token/pull/488
Just made a PR with the updated version of angular-token: #488
Just made a PR with the updated version of angular-token: #488
Could it be related to the initialization? Try wrapping its initializer in a document ready. Like that: ``` javascript $(document).ready(function() { $('.best_in_place').best_in_place(); }); ```
Try wrapping its initializer in a document ready. Like that: ``` javascript $(document).ready(function() { $('.best_in_place').best_in_place(); }); ```