angular.dart.ui
angular.dart.ui copied to clipboard
Port of Angular-UI to Dart.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
I've noticed that the issue 165 mentioned below is already closed but is not tagged with any specific milestone. Am I safe in assuming this will come as part of...
This issue is also posted on [Stack Overflow](http://stackoverflow.com/questions/35544874/angulardart-modal-component-not-being-injected?noredirect=1#comment58784704_35544874) I am working with the AngularDart UI modal component, and I am trying to implement successive modals. Ask the user a question,...
I would like to know, if this project is still under development or if it's "dead"? Kind regards
I been having an issue using accordions inside different tabs. The accordion in initially active tab work as expected but the nonactive tabs contain non-functioning accordions. They don't open right...
Hello, I found a bug in the accordion component. I've updated my accordion example: https://github.com/stevenbirr/angular-ui.dart.accordion-example As you can see, the model variable _valueInPanelBody_ is correctly mapped into the panel body....
Currently, the accordion-heading is unfortunately copied into the panel-body as you can see on your demo page (http://akserg.github.io/angular.dart.ui.demo/index.html). The sentence "I can have markup, too!" is shown twice. Regards, Steven
We have the following html template using the `accordion` component: ``` ...
https://github.com/akserg/angular.dart.ui/blob/master/lib/pagination/pagination.dart#L211 Getting this warning in my project, which uses your pagination component: ``` WARNING: 2015-01-02 18:11:00.002: WARNING: Failed to set up Shadow DOM shim for pagination[page][total-items]. InvalidCharacterError: The string contains...