aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/js/directives.js
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2012-05-05 17:16:04 -0700
committerZaran <zaran.krleza@gmail.com>2012-05-05 17:16:04 -0700
commit3f0e6c2b8065473491349f47600ed41c31614e74 (patch)
treeda41569547d35427ddb5647d3375e98f446ef2ec /alias-angular/app/js/directives.js
parentb496488568fd5a00e36f5d3b7b4f9a0db6ac204b (diff)
downloadalias-3f0e6c2b8065473491349f47600ed41c31614e74.tar.gz
Basic message receive/send feature
Note: the tab directive is not needed anymore because the ngClick directive already calls preventDefault()
Diffstat (limited to 'alias-angular/app/js/directives.js')
-rw-r--r--alias-angular/app/js/directives.js4
1 files changed, 3 insertions, 1 deletions
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