From 3f0e6c2b8065473491349f47600ed41c31614e74 Mon Sep 17 00:00:00 2001 From: Zaran Date: Sat, 5 May 2012 17:16:04 -0700 Subject: Basic message receive/send feature Note: the tab directive is not needed anymore because the ngClick directive already calls preventDefault() --- alias-angular/app/js/directives.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'alias-angular/app/js/directives.js') diff --git a/alias-angular/app/js/directives.js b/alias-angular/app/js/directives.js index d650c23..c64f314 100644 --- a/alias-angular/app/js/directives.js +++ b/alias-angular/app/js/directives.js @@ -2,7 +2,8 @@ /* http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive */ -angular.module('Alias.directives', []). +angular.module('Alias.directives', []) +/*. directive('navTabs', function() { return function(scope, elm, attrs) { elm.on('click', function(event) { @@ -10,3 +11,4 @@ angular.module('Alias.directives', []). }); }; }); +*/ \ No newline at end of file -- cgit v1.2.3-70-g09d2