Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

meanie-angular-focus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meanie-angular-focus

An Angular service to set focus on specific DOM elements

  • 1.2.1
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

angular-focus

npm version node dependencies github issues codacy Join the chat at https://gitter.im/meanie/meanie

An Angular service to set focus on specific DOM elements

Installation

You can install this package using npm or bower.

npm

npm install meanie-angular-focus --save

Include the script node_modules/meanie-angular-focus/release/meanie-angular-focus.js in your build process, or add it via a <script> tag to your index.html:

<script src="node_modules/meanie-angular-focus/release/meanie-angular-focus.js"></script>

Add Analytics.Service as a dependency for your app.

bower

bower install meanie-angular-focus

Include the script bower_components/meanie-angular-focus/release/meanie-angular-focus.js in your build process, or add it via a <script> tag to your index.html:

<script src="bower_components/meanie-angular-focus/release/meanie-angular-focus.js"></script>

Add Focus.Service as a dependency for your app.

Usage

angular.module('App.MyModule', [
  'Focus.Service'
]).controller('MyController', function($focus) {

  //Focus on element ID
  $focus('some-element-id');

  //Or focus on given DOM element
  $focus(someElement);
});

Issues & feature requests

Please report any bugs, issues, suggestions and feature requests in the meanie-angular-focus issue tracker.

Contributing

Pull requests are welcome! Please create them against the dev branch of the repository.

If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.

License

(MIT License)

Copyright 2015-2016, Adam Buczynski

Keywords

FAQs

Package last updated on 10 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc