Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <div ng-controller="SimpleTestController as simpleCtrl">
  2. <button type="button" class="btn btn-primary" ng-click="simpleCtrl.isBlue = !simpleCtrl.isBlue">Toggle Simple Color</button>
  3.  
  4. <bb-simple bb-simple-is-blue="simpleCtrl.isBlue">
  5. <div style="width: 200px; height: 200px">
  6. <h2 style="color: white">Simple Content</h2>
  7. </div>
  8. </bb-simple>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement