SHARE
TWEET
Untitled
a guest
Jan 7th, 2016
54
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- DocquireApp.directive('a', function() {
- return {
- restrict: 'E',
- link: function(scope, elem, attrs) {
- if (attrs.ngClick || attrs.href === '' || attrs.href === '#') {
- elem.on('click', function(e) {
- e.preventDefault(); // prevent link click for above criteria
- });
- }
- }
- };
- });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
