mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
Application.Directives.directive 'fabUserAvatar', [ ->
|
|
{
|
|
restrict: 'E'
|
|
scope:
|
|
userAvatar: "=ngModel"
|
|
avatarClass: '@'
|
|
templateUrl: '<%= asset_path "shared/_user_avatar.html" %>'
|
|
}
|
|
]
|
|
|