New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ink.angular

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ink.angular

Ink.Sapo in AngularJS

unpublished
latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ink.angular

No jQuery required! - AngularJS directives for Ink.

Install

$ npm install ink.angular
# OR
$ bower install ink.angular

Use

In html

<script src="angular.js"></script>
<script src="ink.angular.js"></script>

In the JS

var app = anglar.module('myApp', [ 'ink.angular' ]);

Directives

Alert

<alert title="hello" status="green" >
	Hello is my body
</alert>

Progress

<progress color="blue" caption="Is my progress" progress="number" total="max" />

Drawer

<ANY ng-controller="mycontroller">
	<drawer position="left" content="#myContent">
		<ul>
			...
			<li><a ng-click="close()">Close</a></li>
		</ul>
	</drawer>

	<ANY id="myContent">
		<a ng-click="open()">Open</a>
	</ANY>
</ANY>

or

function(scope){
	scope.open();
}

Sticky

<ANY class="sticky" offset=100 body-class="BodyClass" sticky-class="myStickyClass" >
</ANY>

FAQs

Package last updated on 21 Apr 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