Skip to content

Commit

Permalink
Merge pull request #902 from mohsen1/patch-1
Browse files Browse the repository at this point in the history
Fix typo in _navbar.directive.es6
  • Loading branch information
Mehdy Dara committed Nov 14, 2015
2 parents f90d286 + 79de7f9 commit 3912623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NavbarController {
constructor (moment) {
'ngInject';

// "this.creation" is avaible by directive option "bindToController: true"
// "this.creation" is available by directive option "bindToController: true"
this.relativeDate = moment(this.creationDate).fromNow();
}
}

0 comments on commit 3912623

Please sign in to comment.