Skip to content

Instantly share code, notes, and snippets.

View Rana283's full-sized avatar
🏠
Working from home

Rana Reddy Lenkala Rana283

🏠
Working from home
View GitHub Profile
var angularApp=angular.module('angularApp.directives.toolbarTip', []);
angularApp.directive('toolbarTip', function() {
return {
// Restrict it to be an attribute in this case
restrict: 'E',
scope:{
friend:'=',
title:'='
},
// transclude:true,