Skip to content

AngularDart annotations could take relatives paths #17076

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

Closed
stevemessick opened this issue Feb 24, 2014 · 1 comment
Closed

AngularDart annotations could take relatives paths #17076

stevemessick opened this issue Feb 24, 2014 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug

Comments

@stevemessick
Copy link
Contributor

[user feedback]

Would be nice if the AngularDart annotations could take relatives paths:

This is so long sad face :(

@NgComponent(
    selector: 'rating',
    templateUrl: 'packages/angular_dart_demo/rating/rating_component.html',
    cssUrl: 'packages/angular_dart_demo/rating/rating_component.css',
    publishAs: 'cmp'
)

This instead, yay!

@NgComponent(
    selector: 'rating',
    templateUrl: './rating_component.html',
    cssUrl: './rating_component.css',
    publishAs: 'cmp'
)
////////////////////////////////////////////////////////////////////////////////////
Editor: 1.1.3.release (2014-02-06)
OS: Mac OS X - x86_64 (10.9.1)
JVM: 1.6.0_65

projects: 4

open dart files: 3

auto-run pub: true
localhost resolves to: 127.0.0.1
mem max/total/free: 1992 / 749 / 295 MB
thread count: 29
index: 2183978 relationships in 100440 keys in 8530 sources

SDK installed: true
Dartium installed: true

@sethladd
Copy link
Contributor

Moved over to dart-archive/angular.dart#607


Added MovedToGithub label.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants