Skip to content
View ManoharChennuru's full-sized avatar
  • Imaginea
  • Hyderabad

Block or report ManoharChennuru

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. angularjs-webpack-html-loader angularjs-webpack-html-loader Public

    Webpack v5 + AngularJs v1.4.8 + html-loader

    JavaScript 1

  2. Idle user timeout directive for Angu... Idle user timeout directive for AngularJs
    1
    (() => {
    2
        'use strict';
    3
    
                  
    4
        angular.module('app', [])
    5
        .directive('idleUserTimeout', idleUserTimeout);