syakely / mymodule_angular

Starter Module to build applications with Drupal 7 and Angular
0 stars 0 forks source link

Jquery Expando overwritting Angularjs Expando #1

Open syakely opened 10 years ago

syakely commented 10 years ago

With no jquery loaded the links in my app have a dom name value of ng-timestamp => number

if jquery is loaded it changes to jQuerytimestamp => number

and Angular router fails to intercept the lick causing the page to reload.

syakely commented 10 years ago

right now i have some hackery on mymodule_angular.module (line 77) that unsets the jQuery loading, just comment this out and compare the links Dom .

syakely commented 10 years ago

We may need to use Magic!!! https://drupal.org/project/magic