CRM-14798 - crmUi - Add "goto()" helper function
authorTim Otten <totten@civicrm.org>
Tue, 1 Jul 2014 00:19:20 +0000 (17:19 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 1 Jul 2014 00:19:20 +0000 (17:19 -0700)
commit02308c07df621df0009c7a28c7707b05164522c4
tree800940925356c2f953c681d8cf203cea3d68cabb
parent644737ffbc9eb1d0eeca0757e72ff5b9abd903ce
CRM-14798 - crmUi - Add "goto()" helper function

Example: <button ng-click="goto('home')">Go home!</button>

This allows us to use buttons instead of <A HREF>'s -- which makes it easier
to maintain consistent styling in a button bar.
js/angular-crm-ui.js