Antonio Tapiador

Results 43 issues of Antonio Tapiador

Clicking on the "down button" of the scrollable section makes everything selected, but it does not scroll

bug

When adding a need, two people may be working at the same time, and needs are duplicated

The following code: ``` html ``` it is not displayed. I expected it to be

bug
accepted

There are cases when you want having different `ui-content-for` for the same `ui-yield-to`. An example is having `` and defining two modals in different templates. Currently, only one modal is...

accepted

This makes the following conflict in a menu: ![image](https://cloud.githubusercontent.com/assets/26228/11210805/0dfee30c-8d2b-11e5-9861-2dd7ef94e3e4.png) when it should be: ![image](https://cloud.githubusercontent.com/assets/26228/11210819/27878d24-8d2b-11e5-87b9-e7e7c0191510.png)

Links using `ng-href` directive are not properly marked as `active`.when are loaded through `ng-include`

Hi! I am trying to figure out how to build a project in which I need to play single notes. Those notes would be defined from javascript, say playNote("a") or...