Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polymer linter assumes every non-standard HTML tag intends to be a polymer element. #15719

Closed
DartBot opened this issue Dec 19, 2013 · 14 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.

Comments

@DartBot
Copy link

DartBot commented Dec 19, 2013

This issue was originally filed by @bgourlie


I am in the process of integrating a polymer web component with an angular app. Within the client.html file that is designated as the entrypoint in the build.dart file, I have an <ng-view> tag. The linter is complaining about it: "definition for Polymer element with tag name "ng-view" not found."

@sigmundch
Copy link
Member

good point. It might be nice to have some degree of linting about this though. For example, maybe we could tell the linter which tags to ignore, for example using a regex pattern like ng-*.


Removed Priority-Unassigned label.
Added Priority-Medium, Area-Polymer, Library-PolymerLinter, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Dec 19, 2013

This comment was originally written by @bgourlie


This would still be an issue for user created angular directives that don't have the ng-* prefix, but ignoring the ng-* prefix would be a good start.

@sigmundch
Copy link
Member

Added this to the Later milestone.

@jmesserly
Copy link

Removed Library-PolymerLinter label.
Added Library-PolymerBuild label.

@jmesserly
Copy link

Added Pkg-Polymer label.

@jmesserly
Copy link

Removed Pkg-Polymer label.
Added Pkg-PolymerBuild label.

@jmesserly
Copy link

Removed Library-PolymerBuild label.

@jmesserly
Copy link

Removed Area-Polymer label.
Added Area-Pkg label.

@sigmundch
Copy link
Member

Removed this from the Later milestone.
Added this to the 1.6 milestone.

@sigmundch
Copy link
Member

Removed this from the 1.6 milestone.
Added Polymer-P-1 label.

@sigmundch
Copy link
Member

Removed Polymer-P-1 label.
Added Polymer-Milestone-Next label.

@sigmundch
Copy link
Member

Added PolymerMilestone-Next label.

@sigmundch
Copy link
Member

Removed Polymer-Milestone-Next label.

@DartBot DartBot added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Jul 9, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#372.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo removed the triaged label Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.
Projects
None yet
Development

No branches or pull requests

4 participants