angular-aside

WebJar for angular-aside

License

License

MIT
Categories

Categories

IDE Development Tools Github Version Controls Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-dbtek-angular-aside
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

angular-aside
WebJar for angular-aside
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/dbtek/angular-aside

Download github-com-dbtek-angular-aside

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-dbtek-angular-aside/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-dbtek-angular-aside</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-dbtek-angular-aside/
implementation 'org.webjars.bower:github-com-dbtek-angular-aside:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-dbtek-angular-aside/
implementation ("org.webjars.bower:github-com-dbtek-angular-aside:1.4.0")
'org.webjars.bower:github-com-dbtek-angular-aside:jar:1.4.0'
<dependency org="org.webjars.bower" name="github-com-dbtek-angular-aside" rev="1.4.0">
  <artifact name="github-com-dbtek-angular-aside" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-dbtek-angular-aside', version='1.4.0')
)
libraryDependencies += "org.webjars.bower" % "github-com-dbtek-angular-aside" % "1.4.0"
[org.webjars.bower/github-com-dbtek-angular-aside "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular-bootstrap jar [2.5.0,)

Project Modules

There are no modules declared in this project.

angular-aside npm version

Off canvas side menu for use with ui-bootstrap 0.14+. Extends ui-bootstrap's $uibModal provider.

💁 Please use v1.2.x for ui-bootstrap versions 0.13 and below.

Live Demo

Install

Bower:

 $ bower install angular-aside

Then, include css/js in html.

NPM

 $ npm install angular-aside

Usage

 angular.module('myApp', ['ui.bootstrap', 'ngAside']);
angular.module('myApp')
  .controller('MyController', function($scope, $aside) {
    var asideInstance = $aside.open({
      templateUrl: 'aside.html',
      controller: 'AsideCtrl',
      placement: 'left',
      size: 'lg'
    });
  });

Supports all configuration that $uibModal has. Can be used with both template and templateUrl. For more info hit Modal section on angular-ui bootstrap documentation.

Additional Config

  • placement - Aside placement can be 'left', 'right', 'top', or 'bottom'.

Credits

Author

İsmail Demirbilek (@dbtek)

Versions

Version
1.4.0