UNPKG
ng-password-strength
Version:
latest (0.3.0)
0.3.0
ng-password-strength
github.com/subarroca/ng-password-strength
subarroca/ng-password-strength
ng-password-strength
/
app
/
src
/
_module.js
12 lines
(9 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
(
function
()
{
'use strict'
; /** * @ngdoc
module
* @name ngPasswordStrengthApp.
module
*/ angular .
module
(
'ngPasswordStrength'
, []); }());