[ 
https://issues.apache.org/jira/browse/CB-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-7843:
---------------------------------
    Description: 
Problems:
   - anchor tag
   - ng-href or href is not working. A simple url is working, but it is not
      working when only hash part is changed in the previous url.
   - angulerjs routing
      - it is working with param "template" (this is template string).
      - it is not working with param "tempalteUrl" (this is just url of
      template)
   - angularjs $location.url(~~)
      - it is ok before getting template. it is blocked in $http which is
      for getting template.

The origin of this issue is that window.__XHRShimAliases object is recreated 
each time, when window location changes, and due to this callbacks for XHRs 
never called.

  was:
*Problems :*

   - anchor tag
   - ng-href or href is not working. A simple url is working, but it is not
      working when only hash part is changed in the previous url.
   - angulerjs routing
      - it is working with param "template" (this is template string).
      - it is not working with param "tempalteUrl" (this is just url of
      template)
   - angularjs $location.url(~~)
      - it is ok before getting template. it is blocked in $http which is
      for getting template.

The origin of this issue is that window.__XHRShimAliases object is recreated 
each time, when window location changes, and due to this callbacks for XHRs 
never called.


> AngluarJS router does not work on WP8 app
> -----------------------------------------
>
>                 Key: CB-7843
>                 URL: https://issues.apache.org/jira/browse/CB-7843
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.6.3
>         Environment: Cordova 3.6.3, wp8, AngularJS v1.2.6
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>            Priority: Critical
>              Labels: AngularJS, XHR, XHRHelper, wp8, wp8.1
>
> Problems:
>    - anchor tag
>    - ng-href or href is not working. A simple url is working, but it is not
>       working when only hash part is changed in the previous url.
>    - angulerjs routing
>       - it is working with param "template" (this is template string).
>       - it is not working with param "tempalteUrl" (this is just url of
>       template)
>    - angularjs $location.url(~~)
>       - it is ok before getting template. it is blocked in $http which is
>       for getting template.
> The origin of this issue is that window.__XHRShimAliases object is recreated 
> each time, when window location changes, and due to this callbacks for XHRs 
> never called.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to