paul-hammant / angular-commit-bubbles

AngularJS and SVG commit bubbles demo
http://paulhammant.com/2014/10/30/angular-commit-bubbles/
1 stars 3 forks source link

Add float over "more info" dialog #3

Closed paul-hammant closed 10 years ago

paul-hammant commented 10 years ago

or click-popup maybe ..

      <foreignObject ng-show="somehow" width="200" height="75">
            <body xmlns="http://www.w3.org/1999/xhtml"><div>
              Commit by: <b>{{commit.author}}</b><br/>
              Hash: {{commit.hash}}
            </div></body>      
          </foreignObject>
paul-hammant commented 10 years ago

done a ng-click and below-chart panel instead (needs styling)