Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Would be nice if the AngularDart annotations could take relatives paths #607

Closed
sethladd opened this issue Feb 24, 2014 · 2 comments
Closed
Milestone

Comments

@sethladd
Copy link
Contributor

(previously: https://code.google.com/p/dart/issues/detail?id=17076)

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
@mhevery mhevery added this to the Transformers milestone Apr 16, 2014
@mhevery
Copy link
Contributor

mhevery commented Apr 16, 2014

DUPLICATE: #873

@chirayuk
Copy link
Contributor

Closed by #1238.

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

No branches or pull requests

4 participants