Skip to content

Instantly share code, notes, and snippets.

@sai92messy
Last active August 29, 2015 14:10
Show Gist options
  • Save sai92messy/651b8115ca64f4e0d00e to your computer and use it in GitHub Desktop.
Save sai92messy/651b8115ca64f4e0d00e to your computer and use it in GitHub Desktop.
Angular-Animate
var myApp = angular.module('myApp', ['ui.router','ngAnimate','blockUI','showdown','delay','ngTouch','autonext']);
myApp.config(function($stateProvider, $urlRouterProvider) {
$stateProvider
.state('landing', {
url: "/landing",
controller: 'LandingCtrl',
templateUrl: "templates/landing.html"
})
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment