Skip to content

Instantly share code, notes, and snippets.

View Jorgevillada's full-sized avatar
🏠
Working from home

Jorge Villada Jorgevillada

🏠
Working from home
View GitHub Profile
@Jorgevillada
Jorgevillada / app.js
Last active August 29, 2015 14:26 — forked from charandas/app.js
Main FutureStates Module for ui-router-lazy-example
define([
'angular',
'angularUiRouter',
'uiRouterExtras',
'uiRouterExtrasStatevis',
'ocLazyLoad',
'core/module',
'core/services/settings',
'states/core'
<!-- Plugin git repo: https://github.com/davidB/yuicompressor-maven-plugin. -->
<!-- incluir en plugins -->
<plugins>
...
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
</plugin>