[ 
https://issues.apache.org/jira/browse/CB-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179723#comment-14179723
 ] 

ASF GitHub Bot commented on CB-7843:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-wp8/pull/63

    CB-7843 Fixes angular routing on WP8

    Fix for https://issues.apache.org/jira/browse/CB-7843
    
    This also related to https://issues.apache.org/jira/browse/CB-7356 and 
makes it not actual.
    https://github.com/apache/cordova-mobile-spec/pull/104 can be reverted with 
this fix.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-7843

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-wp8/pull/63.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #63
    
----
commit e693d147b87641fcc2f341dbea7bc7c73d14f9e1
Author: Vladimir Kotikov <[email protected]>
Date:   2014-10-22T08:22:52Z

    CB-7843 Fixes angular routing on WP8

----


> 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