Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not trigger when partials are used #11

Open
meredrica opened this issue Mar 27, 2014 · 9 comments
Open

Does not trigger when partials are used #11

meredrica opened this issue Mar 27, 2014 · 9 comments
Milestone

Comments

@meredrica
Copy link

The plugin works fine when the browser reloads the page but when angular partials are used (logout/login again with partials) it does not work.

@tbosch
Copy link
Owner

tbosch commented Apr 3, 2014

Hi,
a workaround for this problem can be found here: #7

@meredrica
Copy link
Author

This requires JQuery which is not in use, but i'll see if i can figure something out.

@gregbty
Copy link

gregbty commented Jun 25, 2014

Did you ever figure out a way? I too do not want to use jQuery just for this workaround.

@tbosch
Copy link
Owner

tbosch commented Jun 26, 2014

This does not require jquery. See the associated plunker in #7: http://plnkr.co/edit/AWSlgcPHMFVCMxhuajDo?p=preview

@tbosch
Copy link
Owner

tbosch commented Jun 26, 2014

Well, it requires angular's jqlite (which Angular uses out of the box when jQuery is not present). Are you trying to use this plugin for a project that does not use Angular nor jQuery?

@gregbty
Copy link

gregbty commented Jun 26, 2014

Maybe I have a different issue? I do see the plugin firing however I am using a partial for my login page markup. When an application like Keepass does an autofill, the form controller in angular still does not update, so it may just be a timing issue.

@tbosch tbosch added this to the 1.0.1 milestone Jul 16, 2014
@Splaktar
Copy link

I'm having the same issue with this not working for my app which is using partials. Running the latest Chrome. This did work for me though: http://stackoverflow.com/a/23919364/633107

@aberenyi
Copy link

The plunker does work with FF (Mozilla Firefox 33.1), unfortunately does not with Chromium (Chromium 38.0.2125.111) or Chrome (38.0.2125.122 m).

@aberenyi
Copy link

Also tested on Chrome 39.0.2171.13 dev-m & 40.0.2182.3 dev-m and Safari 8.0 (10600.1.25) - no luck whatsoever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants