Skip to content

Instantly share code, notes, and snippets.

@josephwegner
Created December 15, 2012 01:53
Show Gist options
  • Save josephwegner/4290491 to your computer and use it in GitHub Desktop.
Save josephwegner/4290491 to your computer and use it in GitHub Desktop.
AngularJS Bootstrap Popover Confirm Button Directive
var app = angular.module('TestApp', ['ui']).directive("confirmButton", function($document, $parse) {
});
function TestCtrl($scope) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment