Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6934F17346 for ; Wed, 22 Oct 2014 08:32:34 +0000 (UTC) Received: (qmail 52996 invoked by uid 500); 22 Oct 2014 08:32:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 52971 invoked by uid 500); 22 Oct 2014 08:32:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 52955 invoked by uid 99); 22 Oct 2014 08:32:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 08:32:34 +0000 Date: Wed, 22 Oct 2014 08:32:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7843) AngluarJS router does not work on WP8 app MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 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: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org