CautemocSg/ng-ip-address

View on GitHub
demo/app/demoApp.js

Summary

Maintainability
A
0 mins
Test Coverage
var demoApp = angular.module('demoApp', ['ng-ip-address']);

demoApp.controller('DemoAppController', ['$scope', function($scope) {
    $scope.allowPort = {allowPort: true};
    $scope.requirePort = {requirePort: true};
    $scope.portConfig = {requirePort: false, allowPort: true};
}]);