Giolvani de Matos

Results 10 comments of Giolvani de Matos

Yeah, this is a common thing to who use visual studio projects...

@Yxjhasadream you should use cache-busting on querystring parameters instead of using this option from chrome.

I have this issue as well. I'd like keep message after change route.

i implemented this functionality in my fork (https://github.com/giolvani/Tag-Handler/blob/master/js/jquery.taghandler.js) :) I hope it help

Também estou com esses warnings

@jeff1326 it works for me, thanks! But, why doesn't work without specifying the version? I saw, this error happens with all lib that I try to install... :(

Well, I did solve it but with a different way. I set angular-extras on the packages.json and require it before call the module. ``` json "browser": { "ui-router-extras": "./source/assets/components/ui-router-extras/release/ct-ui-router-extras.js", ......