SHARE
TWEET

Untitled

a guest Oct 16th, 2016 56 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. app.directive("testD", function(){
  2.     return {
  3.         restrict: 'A',
  4.         scope: {test: '='},
  5.         replace: true,
  6.         templateUrl: '....'};
  7. });
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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top