Hugo Meneses

Results 3 comments of Hugo Meneses

When I used flexslider (not angular-flexlider) in my bower.json I was using `"flexslider": "#version/2.5.0"` and `"jquery": "~2.1.4"` with no compatibility issues. Now in flexslider they released a tag 2.5.0 (diferent...

@egilkh: Here's an example code: ``` javascript var app = angular.module('app', []); app.config(['$routeProvider', function ($routeProvider) { $routeProvider. when('/', { templateUrl: 'main.html', //Contains a single button that executes ng-click="onClick()" controller: 'MainController'...