-
One problem for angular_dart impl. is this :
this.sendKeys('#new-todo', casper.page.event.key.Enter);
Event ins't get :§
-
The link to the router example does not exist :disappointed:
starting from https://angulardart.dev/note/router/migration
https://github.com/dart-lang/angular/tree/master/angular_router/example g…
-
@GZGavinZhao @ykmnkmi
### Which ng* package(s) are the source of the bug?
ngdart
### Which operating system(s) does this bug appear on?
Windows
### Which browser(s) does this bug appear…
-
This isn't directly related to the framework but the demo page
https://angulardart.org/demo/
consistently crashes on my iPad mini (retina) and my iPhone 5. I tried with the default Safari and Chrom…
-
I cannot build the tutorial. From Chapter01
Is it broke, or is it me?
pub get,....
[works]
pub build
Loading source assets...
Loading di/module_transformer, initialize/build/loader_replacer, smok…
-
I've given your email about Google and Dart a lot of thought. First I have to admit I might have misinterpreted your message. I wasn't sure if you meant that Dart could be the underlying technique for…
-
_This issue was originally filed by @chalin_
---
Both AngularDart and Polymer have special syntax in support of function pipes (for Filters and Transformers) through the pipe | (bar) operator. E.g.
…
-
**Issue by [trinarytree](https://github.com/trinarytree)**
_Originally opened as dart-lang/sdk#19005_
---
https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart-io.Cookie
seems to onl…
-
Currently, setting non-string values to Cookies like `cookies['a'] = 3` silently steps over due to:
https://github.com/angular/angular.dart/blob/b43de31d2a9f1c0274f659ada77714e63a6d0c6a/lib/core_dom/c…
-
Deploying an angular app as a statically served set of files from anywhere except the root url (http://host/ vs http://host/appname/) causes AngularDart to spew exceptions both when run from Dartium &…