We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
[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
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
The text was updated successfully, but these errors were encountered:
Moved over to dart-archive/angular.dart#607
Added MovedToGithub label.
Sorry, something went wrong.
No branches or pull requests
[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
The text was updated successfully, but these errors were encountered: