Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Famous-angular + Angular-material(ngMaterial) issues #2721

Closed
ArthurianX opened this issue May 5, 2015 · 2 comments
Closed

Famous-angular + Angular-material(ngMaterial) issues #2721

ArthurianX opened this issue May 5, 2015 · 2 comments
Milestone

Comments

@ArthurianX
Copy link

I will post this issue on both repositories (https://github.com/Famous/famous-angular + https://github.com/angular/material)

I am using famo.us and ngMaterial on a MeteorJS Project (and Meteor to top it all off, but there's no conflicts there) and I have had several issues, depending on which library gets to load first.

Use case:

  1. ngMaterial loads before famo.us, so famo.us overwrites some of ngMaterial's functionality
    Result:
    a) implementing ngMaterial tabs will crash the whole application
    b) animations generally won't find necessary methods and will crash the application
  2. ngMaterial loads after famo.us thus overwriting event listeners put in place by famo.us
    Result: famo.us directives aren't working (all of them imply animation, and what I tried didn't work)

I think the common denominator is the event listeners for touch (in my case) and how they handle animations on event firing.

What would we need in this case? An external angular plugin/service which will merge the event listeners, or work on both libraries to create compatibility ?

I know that there's probably no one's business to support both libraries in a project (or that's how I see it), but what could be done on this subject.

I am willing to help.

@ArthurianX
Copy link
Author

Reference: Famous/famous-angular#367

@ThomasBurleson ThomasBurleson modified the milestone: 0.10.0 May 13, 2015
@robertmesserle robertmesserle modified the milestones: 0.10.0, Backlog May 28, 2015
@robertmesserle robertmesserle modified the milestones: post-1.0 , Backlog Aug 4, 2015
@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Jan 5, 2016
@ThomasBurleson ThomasBurleson modified the milestones: Backlog, Deprecated Apr 20, 2016
@biomassives
Copy link

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a temporary error. The following address(es) deferred:

[email protected]
Domain biomassiv.es has exceeded the max emails per hour (623/500 (124%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------
Received: from github-smtp2-ext3.iad.github.net ([192.30.252.194]:57955 helo=github-smtp2b-ext-cp1-prd.iad.github.net)
by ps5.websitehostserver.net with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
(Exim 4.86_1)
(envelope-from [email protected])
id 1avsdM-000Lmj-PH
for [email protected]; Thu, 28 Apr 2016 15:34:00 -0500
Date: Thu, 28 Apr 2016 13:32:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1461875547;
bh=BGYmXxyxyhYSFI9Fd0Z3Zu/C2bUg5dxHD7BrugaUYpI=;
h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID:
List-Archive:List-Post:List-Unsubscribe:From;
b=K2UHJLWlZhtk/py9i0sEVfADRouHtwW+P5VU39ab7/obm1sGD2ZuTDNx5hYL+2hgt
H/6XIHFpCtDH6nj/+etSo1cBobHePzvqGH0MEcWEB7O16/8skRyl335wJt/kWOwBZF
emat2FPDur6jDkHaq40MMOsN/N5zqv9uw0RXKpNk=
From: Thomas Burleson [email protected]
Reply-To: angular/material [email protected]
To: angular/material [email protected]
Cc:
Message-ID: angular/material/issue/2721/issue_event/[email protected]
In-Reply-To: angular/material/issues/[email protected]
References: angular/material/issues/[email protected]
Subject: Re: [angular/material] Famous-angular + Angular-material(ngMaterial)
issues (#2721)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5";
charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ThomasBurleson
X-GitHub-Recipient: biomassives
List-ID: angular/material <material.angular.github.com>
List-Archive: https://github.com/angular/material
List-Post: mailto:[email protected]
List-Unsubscribe: mailto:unsub+0042d4e23bcb67b92394259acd292fc13a15c3dda1524d6192cf00000001133a355b92a169ce045dc758@reply.github.com,
https://github.com/notifications/unsubscribe/AELU4hCKRQ8CgJy84JICdkFQjEEgsZXeks5p8RlbgaJpZM4EQFlk
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: [email protected]

----==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2721.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#2721 (comment)
----==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2721.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

----==_mimepart_5722735bbb52c_ed53fca9551b2c0358c5--

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

No branches or pull requests

4 participants