This commit is contained in:
Athou
2013-04-09 12:03:03 +02:00
parent 71499b5ed0
commit 6bd3848be1
5 changed files with 18 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ module.directive('favicon', function() {
},
replace : true,
template : '<img ng-src="favicon?url={{url}}" width="16" height="16"></img>'
}
};
});
module.directive('ngBlur', function() {