UNPKG

passport-userapp

Version:

Password and token authentication strategy using UserApp for Passport

12 lines (8 loc) 212 B
'use strict'; /* Directives */ angular.module('myApp.directives', []). directive('appVersion', ['version', function(version) { return function(scope, elm, attrs) { elm.text(version); }; }]);