HotTowel-Angular
HotTowel-Angular copied to clipboard
HotTowel with Angular (for NuGet)
First, thanks for the great project! I created a new vNext project using VS2015 RC1. I installed HotTowel Angular nuget package but none of the folders were created. How can...
I get the following error when running `gulp build` on Windows 7 x64 ``` C:\Users\Developer I\Documents\Dojo\HotTowel\HT101\node_modules\gulp-ng-annotate\node_modules\ng-annotate\build\es5\ng-annotate-main.js:330 target.$methodName = method.name; ^ TypeError: Cannot assign to read only property '$methodName' of false...
Just wondering if this nuget project is likely to implement the angular-style-guide? similar to generator-hottowel style, structure, assets and all the fun things we find in generator-hottowel like blocks, module...
i think chrome=1 can go [1] and x-ua-compatible has to be the first meta tag in the head. [2] [1] = https://developers.google.com/chrome/chrome-frame/ [2] = http://stackoverflow.com/a/9624500/295267 ``` [1] is simply unnecessary...
I love the template but I'm having a problem with the bootstrap CSS. If I place a button on the dashboard I lose the rounding functionality. Bootstrap should provide this...
Is there an easy way to disable the bootstrap responsiveness in this template. I want to use this for a desktop only application.
I have a simple code which is calling RESTful Api to retrieve data from server. ``` $http.get('http://localhost:53384/api/contact'). success(function (data, status, headers, config) { log(data[0].Id); log(data[0].Name); }). error(function (data, status, headers,...
Hi. Making a PR here as mentioned in the email. Now this was originally written in typescript, but I just rewrote it to fit in the form and style as...
I have added https://github.com/thenikso/angular-inview can you please provide me the steps to add new 3rd party plugins
Hi Jhon, I have both 'Item' and 'Item category' as two route titles in config.route.js. The issue is when I select 'Item category' it also highlight 'Item' in side menu...