Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
meanie-angular-focus
Advanced tools
An Angular service to set focus on specific DOM elements.
An Angular service to set focus on specific DOM elements for Meanie projects.
Install using the Meanie CLI:
meanie install fontello
-- OR --
You can install this package using meanie
, npm
or bower
.
meanie install angular-focus
Then add Focus.Service
as a dependency for your app:
angular.module('App.MyModule', ['Focus.Service']);
npm install meanie-angular-focus
Then add as a dependency for your app:
angular.module('App.MyModule', [require('meanie-angular-focus')]);
bower install meanie-angular-focus
Add a <script>
to your index.html
:
<script src="/bower_components/meanie-angular-focus/release/meanie-angular-focus.js"></script>
Then add Focus.Service
as a dependency for your app:
angular.module('App.MyModule', ['Focus.Service']);
angular.module('App.MyModule').controller('MyController', function($focus) {
//Focus on element ID
$focus('some-element-id');
//Or focus on given DOM element
$focus(someElement);
});
Please report any bugs, issues, suggestions and feature requests in the meanie-angular-focus issue tracker.
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.
(MIT License)
Copyright 2016, Adam Buczynski
FAQs
An Angular service to set focus on specific DOM elements
The npm package meanie-angular-focus receives a total of 0 weekly downloads. As such, meanie-angular-focus popularity was classified as not popular.
We found that meanie-angular-focus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.