Base solution for your next web application

Activities of "bfancett"

I'm building an app using the latest release of ASP Boilerplate, it's using the AngularJs template. The problem I am having is that whenever I add a new module dependency to an Angular controll that is not part of the Angular framework, it breaks my app. For example:

angular.module('app').controller('app.views.cbTesting', [ '$scope', 'ui-grid', 'abp.services.app.cbTesting', '$location', function ($scope, grid, cbtService, $location) {.....

Using $location is fine, everything works, no issues. However, adding the dependency for UI-GRID breaks the functionality of my page that I am trying to use it on. Adding $filter, etc., all fine, but it seems that adding anything outside of the Angular core framework doesn't work.

I've made no changes to the ABP template. I am adding the JS file for UI-GRID to the cshtml page that I am using it on. I have tried to use other Angular-UI and third party modules, and they all break whatever page I put it on.

Please help, thanks!

Showing 1 to 1 of 1 entries